Searched refs:hw_lck_ptr_unlock (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/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 | 2801 hw_lck_ptr_unlock(head, first, in __smr_shash_entered_get_or_insert() 2812 hw_lck_ptr_unlock(head, link, &smr_shash_grp); in __smr_shash_entered_get_or_insert() 2887 hw_lck_ptr_unlock(cursor.head, next, &smr_shash_grp); in __smr_shash_entered_mut_erase() 2891 hw_lck_ptr_unlock(cursor.head, first, &smr_shash_grp); in __smr_shash_entered_mut_erase() 2914 hw_lck_ptr_unlock(cursor.head, new_link, &smr_shash_grp); in __smr_shash_entered_mut_replace() 2917 hw_lck_ptr_unlock(cursor.head, first, &smr_shash_grp); in __smr_shash_entered_mut_replace() 2924 hw_lck_ptr_unlock(cursor.head, in __smr_shash_entered_mut_abort() 3051 hw_lck_ptr_unlock(&oldarray[i], SMRSH_MIGRATED, &smr_shash_grp); in __smr_shash_rehash_with_target()
|