Searched refs:hw_lock_bit_t (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | simple_lock.h | 322 typedef uint32_t hw_lock_bit_t; typedef 334 hw_lock_bit_t *, 339 hw_lock_bit_t *, 345 hw_lock_bit_t *, 350 hw_lock_bit_t *, 356 hw_lock_bit_t *, 360 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, in hw_lock_bit_to_contended() 913 hw_lock_bit_t *lock, in hw_lock_bit_to_internal() 936 hw_lock_bit_t * lock, 952 (hw_lock_bit)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 964 (hw_lock_bit_nopreempt)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 973 (hw_lock_bit_try)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 991 hw_unlock_bit_internal(hw_lock_bit_t *lock, unsigned int bit) in hw_unlock_bit_internal() 1006 hw_unlock_bit(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit() 1013 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…
|