Home
last modified time | relevance | path

Searched refs:hw_lck_ticket_held (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dticket_lock.h204 extern bool hw_lck_ticket_held(
H A Dlock_ticket.c302 hw_lck_ticket_held(hw_lck_ticket_t *lck) in hw_lck_ticket_held() function
315 return hw_lck_ticket_held(&lck->tu); in kdp_lck_ticket_is_acquired()
H A Dwaitq.c722 return hw_lck_ticket_held(&wq.wq_q->waitq_interlock); in waitq_held()