Home
last modified time | relevance | path

Searched refs:decl_simple_lock_data (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/sys/mach/device/
HDdriver_lock.h52 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)
HDdev_hdr.h180 decl_simple_lock_data(,ref_lock) /* lock for reference count */
181 decl_simple_lock_data(,lock) /* lock for other fields */
HDio_req.h226 decl_simple_lock_data(,io_req_lock) /* Lock for this structure */
HDndd.h105 decl_simple_lock_data(,ndd_lock_data)
HDtty.h114 decl_simple_lock_data(,t_lock)
/NextBSD/sys/sys/mach/
HDprocessor.h150 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)
HDthread.h113 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())*/
HDstd_types.h167 #define decl_simple_lock_data(a, b) a struct mtx b; macro
177 #define decl_simple_lock_data(a, b) macro
HDqueue.h617 decl_simple_lock_data(, lock) /* lock for queue */