Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dlocks.c2303 #define GATE_ILOCK_BIT 0 macro
2306 #define GATE_ILOCK (1 << GATE_ILOCK_BIT)
2309 #define gate_ilock(gate) hw_lock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT, LCK_GRP_NU…
2310 #define gate_iunlock(gate) hw_unlock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT)