Home
last modified time | relevance | path

Searched refs:hw_lck_ptr_lock (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/osfmk/kern/
H A Dlock_ptr.h143 #define hw_lck_ptr_lock(lck, grp) hw_lck_ptr_lock(lck) macro
160 extern void *hw_lck_ptr_lock(
H A Dlock_ptr.c138 #pragma mark hw_lck_ptr_t: hw_lck_ptr_lock
293 hw_lck_ptr_lock(hw_lck_ptr_t *lck, lck_grp_t *grp) in hw_lck_ptr_lock() function
H A Dsmr.c2751 first = hw_lck_ptr_lock(head, &smr_shash_grp); in __smr_shash_entered_get_or_insert()
2817 first = hw_lck_ptr_lock(head, &smr_shash_grp); in __smr_shash_entered_mut_begin()
2976 link = first = hw_lck_ptr_lock(&oldarray[i], &smr_shash_grp); in __smr_shash_rehash_with_target()