Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dsimple_lock.h311 typedef uint32_t hw_lock_bit_t; typedef
314 hw_lock_bit_t *,
319 hw_lock_bit_t *,
325 hw_lock_bit_t *,
330 hw_lock_bit_t *,
337 hw_lock_bit_t *,
341 hw_lock_bit_t *,
H A Dlocks.c766 hw_lock_bit_t *lock, in hw_lock_bit_to_contended()
854 hw_lock_bit_to_internal(hw_lock_bit_t *lock, unsigned int bit, uint64_t timeout, in hw_lock_bit_to_internal()
875 (hw_lock_bit_to)(hw_lock_bit_t * lock, unsigned int bit, uint64_t timeout,
889 (hw_lock_bit)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp))
901 (hw_lock_bit_nopreempt)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp))
910 (hw_lock_bit_try)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp))
928 hw_unlock_bit_internal(hw_lock_bit_t *lock, unsigned int bit) in hw_unlock_bit_internal()
946 hw_unlock_bit(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit()
953 hw_unlock_bit_nopreempt(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit_nopreempt()
1958 #define gate_ilock(gate) hw_lock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT, LCK_GRP_NU…
[all …]
H A Dlock_rw.c98 #define lck_rw_ilk_lock(lock) hw_lock_bit ((hw_lock_bit_t*)(&(lock)->lck_rw_tag), LCK_RW_INTERLO…
99 #define lck_rw_ilk_unlock(lock) hw_unlock_bit((hw_lock_bit_t*)(&(lock)->lck_rw_tag), LCK_RW_INTERLO…
H A Dzalloc.c407 hw_lock_bit_t zc_depot_lock;
/xnu-8020.121.3/osfmk/arm/
H A Dlocks_arm.c149 #define interlock_lock(lock) hw_lock_bit ((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_…
150 #define interlock_try(lock) hw_lock_bit_try((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LC…
151 #define interlock_unlock(lock) hw_unlock_bit ((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_…