Searched refs:hw_lock_bit_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | simple_lock.h | 311 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 D | locks.c | 766 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 D | lock_rw.c | 98 #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 D | zalloc.c | 407 hw_lock_bit_t zc_depot_lock;
|
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | locks_arm.c | 149 #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_…
|