Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dlocks.c1997 #define GATE_ILOCK_BIT 0 macro
2000 #define GATE_ILOCK (1 << GATE_ILOCK_BIT)
2003 #define gate_ilock(gate) hw_lock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT, LCK_GRP_NU…
2004 #define gate_iunlock(gate) hw_unlock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT)