Searched refs:smr_hash_serialized_insert (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ ! |
| H A D | test_lock.c | 249 smr_hash_serialized_insert(h, &elems[i].link, T); in smr_hash_basic_test()
|
| H A D | smr_hash.h | 679 #define smr_hash_serialized_insert(smrh, link, traits) ({ \ macro
|
| H A D | coalition.c | 1351 smr_hash_serialized_insert(&coalition_hash, &new_coal->link, in coalition_create_internal()
|
| /xnu-11215.1.10/bsd/kern/ ! |
| H A D | kern_proc.c | 2088 smr_hash_serialized_insert(&pid_hash, &p->p_hash, &pid_hash_traits); in phash_insert_locked() 2289 smr_hash_serialized_insert(&pgrp_hash, &pgrp->pg_hash, in pghash_insert_locked()
|