Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dticket_lock.h201 extern bool hw_lck_ticket_held(
H A Dlock_ticket.c298 hw_lck_ticket_held(hw_lck_ticket_t *lck) in hw_lck_ticket_held() function
311 return hw_lck_ticket_held(&lck->tu); in kdp_lck_ticket_is_acquired()
H A Dwaitq.c727 return hw_lck_ticket_held(&wq.wq_q->waitq_interlock); in waitq_held()