Searched refs:decl_simple_lock_data (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/sys/mach/device/ |
| HD | driver_lock.h | 52 decl_simple_lock_data(, dl_lock) /* Structure protection */ 77 decl_simple_lock_data(, funnel_lock) 82 decl_simple_lock_data(, funnel_debug_lock) 109 decl_simple_lock_data(attr, name)
|
| HD | dev_hdr.h | 180 decl_simple_lock_data(,ref_lock) /* lock for reference count */ 181 decl_simple_lock_data(,lock) /* lock for other fields */
|
| HD | io_req.h | 226 decl_simple_lock_data(,io_req_lock) /* Lock for this structure */
|
| HD | ndd.h | 105 decl_simple_lock_data(,ndd_lock_data)
|
| HD | tty.h | 114 decl_simple_lock_data(,t_lock)
|
| /NextBSD/sys/sys/mach/ |
| HD | processor.h | 150 decl_simple_lock_data(,idle_lock) /* lock for above */ 165 decl_simple_lock_data(,quantum_adj_lock) /* lock for above */ 205 decl_simple_lock_data(,lock)
|
| HD | thread.h | 113 decl_simple_lock_data(,lock) /* scheduling lock (thread_lock()) */ 114 decl_simple_lock_data(,w_lock) /* covers wake_active (wake_lock())*/ 439 decl_simple_lock_data(,lock) /* scheduling lock (thread_lock()) */ 440 decl_simple_lock_data(,w_lock) /* covers wake_active (wake_lock())*/
|
| HD | std_types.h | 167 #define decl_simple_lock_data(a, b) a struct mtx b; macro 177 #define decl_simple_lock_data(a, b) macro
|
| HD | queue.h | 617 decl_simple_lock_data(, lock) /* lock for queue */
|