Searched refs:hw_lock_bit_t (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | simple_lock.h | 313 typedef uint32_t hw_lock_bit_t; typedef 325 hw_lock_bit_t *, 330 hw_lock_bit_t *, 336 hw_lock_bit_t *, 341 hw_lock_bit_t *, 347 hw_lock_bit_t *, 351 hw_lock_bit_t *,
|
| H A D | locks.c | 502 hw_lock_bit_t *lock = _lock; in hw_lock_bit_timeout_panic() 840 hw_lock_bit_t *lock, in hw_lock_bit_to_contended() 885 hw_lock_bit_t *lock, in hw_lock_bit_to_internal() 908 hw_lock_bit_t * lock, 924 (hw_lock_bit)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 936 (hw_lock_bit_nopreempt)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 945 (hw_lock_bit_try)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 963 hw_unlock_bit_internal(hw_lock_bit_t *lock, unsigned int bit) in hw_unlock_bit_internal() 978 hw_unlock_bit(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit() 985 hw_unlock_bit_nopreempt(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit_nopreempt() [all …]
|
| H A D | lock_rw.c | 100 #define lck_rw_ilk_lock(lock) hw_lock_bit ((hw_lock_bit_t*)(&(lock)->lck_rw_tag), LCK_RW_INTERLO… 101 #define lck_rw_ilk_unlock(lock) hw_unlock_bit((hw_lock_bit_t*)(&(lock)->lck_rw_tag), LCK_RW_INTERLO…
|