Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dlocks.c1981 #define GATE_ILOCK_BIT 0 macro
1984 #define GATE_ILOCK (1 << GATE_ILOCK_BIT)
1987 #define gate_ilock(gate) hw_lock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT, LCK_GRP_NU…
1988 #define gate_iunlock(gate) hw_unlock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT)