Searched refs:hw_lck_ptr_unlock (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | lock_ptr.h | 186 #define hw_lck_ptr_unlock(lck, val, grp) \ macro 187 hw_lck_ptr_unlock(lck, val) 206 extern void hw_lck_ptr_unlock(
|
| H A D | lock_ptr.c | 301 #pragma mark hw_lck_ptr_t: hw_lck_ptr_unlock 365 hw_lck_ptr_unlock(hw_lck_ptr_t *lck, void *val, lck_grp_t *grp) in hw_lck_ptr_unlock() function
|
| H A D | smr.c | 2769 hw_lck_ptr_unlock(head, first, in __smr_shash_entered_get_or_insert() 2780 hw_lck_ptr_unlock(head, link, &smr_shash_grp); in __smr_shash_entered_get_or_insert() 2855 hw_lck_ptr_unlock(cursor.head, next, &smr_shash_grp); in __smr_shash_entered_mut_erase() 2859 hw_lck_ptr_unlock(cursor.head, first, &smr_shash_grp); in __smr_shash_entered_mut_erase() 2882 hw_lck_ptr_unlock(cursor.head, new_link, &smr_shash_grp); in __smr_shash_entered_mut_replace() 2885 hw_lck_ptr_unlock(cursor.head, first, &smr_shash_grp); in __smr_shash_entered_mut_replace() 2892 hw_lck_ptr_unlock(cursor.head, in __smr_shash_entered_mut_abort() 3019 hw_lck_ptr_unlock(&oldarray[i], SMRSH_MIGRATED, &smr_shash_grp); in __smr_shash_rehash_with_target()
|