Home
last modified time | relevance | path

Searched refs:LCK_TICKET_TYPE (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dlock_ticket.c88 if (lck->lck_type != LCK_TICKET_TYPE) { in __hw_lck_invalid_panic()
100 if (lck->lck_type != LCK_TICKET_TYPE) { in hw_lck_ticket_verify()
124 .lck_type = LCK_TICKET_TYPE, in hw_lck_ticket_init()
144 .lck_type = LCK_TICKET_TYPE, in hw_lck_ticket_init_locked()
H A Dticket_lock.h105 #define LCK_TICKET_TYPE 0x44 macro