Home
last modified time | relevance | path

Searched refs:hazard_ptr_serialized_store (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dhazard.h219 #define hazard_ptr_serialized_store(ptr, value) \ macro
H A Dhazard.c605 hazard_ptr_serialized_store(&pointer, val); in hazard_basic_test()
653 hazard_ptr_serialized_store(&pointer, v1); in hazard_basic_test()
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_entry.c756 hazard_ptr_serialized_store(&space->is_table, table); in ipc_entry_grow_table()
/xnu-8020.101.4/bsd/kern/
H A Dkern_proc.c1899 hazard_ptr_serialized_store(head, p); in phash_insert_locked()
2106 hazard_ptr_serialized_store(head, pgrp); in pghash_insert_locked()
2193 hazard_ptr_serialized_store(&p->p_pgrp, pgrp); in pgrp_add_member()
H A Dkern_resource.c1564 hazard_ptr_serialized_store(&p->p_limit, copy_plim);