Home
last modified time | relevance | path

Searched refs:smr_serialized_load (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dbtlog.c353 uint32_t param = smr_serialized_load(&btl->btl_param); in __btlib_rehash_needed()
453 while ((ref = smr_serialized_load(prev)) != BTREF_NULL) { in __btlib_split_step()
484 ref = smr_serialized_load(&bthp[i]->bth_array[j]); in __btlib_validate()
509 param_old = smr_serialized_load(&btl->btl_param); in __btlib_rehash_and_lock()
701 prev = __btlib_head(btl, smr_serialized_load(&btl->btl_param), hash); in __btlib_insert()
702 while ((ref = smr_serialized_load(prev)) != BTREF_NULL) { in __btlib_insert()
747 smr_serialized_store(&bts->bts_next, smr_serialized_load(prev)); in __btlib_insert()
766 uint32_t param = smr_serialized_load(&btl->btl_param); in __btlib_remove_locked()
781 btref_t tmp = smr_serialized_load(prev); in __btlib_remove_locked()
792 smr_serialized_store(prev, smr_serialized_load(&bts->bts_next)); in __btlib_remove_locked()
H A Dsmr.h193 #define smr_serialized_load(ptr) \ macro
/xnu-8792.41.9/bsd/kern/
H A Dkern_proc.c1992 for (p = smr_serialized_load(PIDHASH(pid)); p; in phash_find_locked()
1993 p = smr_serialized_load(&p->p_hash)) { in phash_find_locked()
2011 smr_serialized_load(&old_proc->p_hash)); in phash_replace_locked()
2013 while ((pn = smr_serialized_load(prev)) != old_proc) { in phash_replace_locked()
2028 smr_serialized_load(head)); in phash_insert_locked()
2040 while ((pn = smr_serialized_load(prev)) != p) { in phash_remove_locked()
2044 pn = smr_serialized_load(&p->p_hash); in phash_remove_locked()
2220 for (pgrp = smr_serialized_load(PGRPHASH(pgid)); pgrp; in pghash_find_locked()
2221 pgrp = smr_serialized_load(&pgrp->pg_hash)) { in pghash_find_locked()
2238 smr_serialized_load(head)); in pghash_insert_locked()
[all …]
H A Dkern_resource.c968 rlim = smr_serialized_load(&p->p_limit)->pl_rlimit[which]; in dosetrlimit()
1498 plimit = smr_serialized_load(&p->p_limit); in proc_limitdrop()
1556 cur_plim = smr_serialized_load(&p->p_limit);
H A Dproc_info.c409 struct pgrp *pg = smr_serialized_load(&p->p_pgrp); in proc_listpids()
/xnu-8792.41.9/osfmk/ipc/
H A Dipc_space.h172 table = smr_serialized_load(&space->is_table); in is_active_table()
H A Dipc_space.c417 table = smr_serialized_load(&space->is_table); in ipc_space_terminate()
H A Dipc_entry.c776 assert(smr_serialized_load(&space->is_table) == otable); in ipc_entry_grow_table()