Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dlocks.c2002 #define GATE_ILOCK_BIT 0 macro
2005 #define GATE_ILOCK (1 << GATE_ILOCK_BIT)
2008 #define gate_ilock(gate) hw_lock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT, LCK_GRP_NU…
2009 #define gate_iunlock(gate) hw_unlock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT)