Home
last modified time | relevance | path

Searched refs:hw_lock_held (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dsimple_lock.h153 extern unsigned int hw_lock_held(
H A Dtimer_call.c335 if (!hw_lock_held((hw_lock_t)&entry->tc_lock)) { in timer_call_entry_dequeue()
345 if (!hw_lock_held((hw_lock_t)&old_mpqueue->lock_data)) { in timer_call_entry_dequeue()
374 if (!hw_lock_held((hw_lock_t)&entry->tc_lock)) { in timer_call_entry_enqueue_deadline()
380 if (!hw_lock_held((hw_lock_t)&new_mpqueue->lock_data)) { in timer_call_entry_enqueue_deadline()
H A Dlocks.c861 hw_lock_held(hw_lock_t lock) in hw_lock_held() function
/xnu-12377.61.12/osfmk/i386/
H A Dmp.c1118 hw_lock_held((hw_lock_t)&cqp->lock); in mp_call_head_is_locked()