Searched refs:hw_lock_bit_t (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | simple_lock.h | 322 typedef uint32_t hw_lock_bit_t; typedef 335 hw_lock_bit_t *, 340 hw_lock_bit_t *, 346 hw_lock_bit_t *, 351 hw_lock_bit_t *, 357 hw_lock_bit_t *, 364 hw_lock_bit_t *, 368 hw_lock_bit_t *,
|
| H A D | locks.c | 504 hw_lock_bit_t *lock = _lock; in hw_lock_bit_timeout_panic() 868 hw_lock_bit_t *lock, 918 hw_lock_bit_t *lock, 942 hw_lock_bit_t * lock, 958 (hw_lock_bit)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 970 (hw_lock_bit_nopreempt)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 986 hw_lock_bit_t * lock, in hw_lock_status_t() 1002 (hw_lock_bit_try)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 1020 hw_unlock_bit_internal(hw_lock_bit_t *lock, unsigned int bit) in hw_unlock_bit_internal() 1035 hw_unlock_bit(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit() [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…
|