Searched refs:hw_lck_ptr_unlock (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/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 | 2774 hw_lck_ptr_unlock(head, first, in __smr_shash_entered_get_or_insert() 2785 hw_lck_ptr_unlock(head, link, &smr_shash_grp); in __smr_shash_entered_get_or_insert() 2860 hw_lck_ptr_unlock(cursor.head, next, &smr_shash_grp); in __smr_shash_entered_mut_erase() 2864 hw_lck_ptr_unlock(cursor.head, first, &smr_shash_grp); in __smr_shash_entered_mut_erase() 2887 hw_lck_ptr_unlock(cursor.head, new_link, &smr_shash_grp); in __smr_shash_entered_mut_replace() 2890 hw_lck_ptr_unlock(cursor.head, first, &smr_shash_grp); in __smr_shash_entered_mut_replace() 2897 hw_lck_ptr_unlock(cursor.head, in __smr_shash_entered_mut_abort() 3024 hw_lck_ptr_unlock(&oldarray[i], SMRSH_MIGRATED, &smr_shash_grp); in __smr_shash_rehash_with_target()
|