Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsimple_lock.h147 extern unsigned int hw_lock_held(
H A Dtimer_call.c305 if (!hw_lock_held((hw_lock_t)&entry->tc_lock)) { in timer_call_entry_dequeue()
315 if (!hw_lock_held((hw_lock_t)&old_mpqueue->lock_data)) { in timer_call_entry_dequeue()
344 if (!hw_lock_held((hw_lock_t)&entry->tc_lock)) { in timer_call_entry_enqueue_deadline()
350 if (!hw_lock_held((hw_lock_t)&new_mpqueue->lock_data)) { in timer_call_entry_enqueue_deadline()
H A Dlocks.c1028 hw_lock_held(hw_lock_t lock) in hw_lock_held() function
/xnu-8019.80.24/osfmk/i386/
H A Dmp.c1120 hw_lock_held((hw_lock_t)&cqp->lock); in mp_call_head_is_locked()