Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dhazard.h219 #define hazard_ptr_serialized_store(ptr, value) \ macro
H A Dhazard.c610 hazard_ptr_serialized_store(&pointer, val); in hazard_basic_test()
658 hazard_ptr_serialized_store(&pointer, v1); in hazard_basic_test()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_entry.c756 hazard_ptr_serialized_store(&space->is_table, table); in ipc_entry_grow_table()
/xnu-8019.80.24/bsd/kern/
H A Dkern_proc.c1880 hazard_ptr_serialized_store(head, p); in phash_insert_locked()
2087 hazard_ptr_serialized_store(head, pgrp); in pghash_insert_locked()
2174 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);