Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dlock_ticket.c89 if (lck->lck_type != LCK_TICKET_TYPE) { in __hw_lck_invalid_panic()
101 if (lck->lck_type != LCK_TICKET_TYPE) { in hw_lck_ticket_verify()
125 .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.h121 uint8_t lck_type; member