Home
last modified time | relevance | path

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

/xnu-8020.140.41/libkern/os/
H A Drefcnt_internal.h346 os_ref_retain_mask(os_ref_atomic_t *rc, uint32_t b, struct os_refgrp *grp) in os_ref_retain_mask() function
414 #define os_ref_retain_mask(rc, b, grp) (os_ref_retain_mask)((rc), (b), NULL) macro
H A Drefcnt.h226 os_ref_retain_mask(os_ref_atomic_t *rc, uint32_t b, struct os_refgrp *grp);
/xnu-8020.140.41/tests/
H A Dos_refcnt.c146 os_ref_retain_mask(&rc, bits, NULL); in do_bitwise_test()
147 os_ref_retain_mask(&rc, bits, NULL); in do_bitwise_test()
/xnu-8020.140.41/osfmk/ipc/
H A Dipc_space.c141 os_ref_retain_mask(&space->is_bits, IS_FLAGS_BITS, &is_refgrp); in ipc_space_reference()
/xnu-8020.140.41/bsd/kern/
H A Dkern_proc.c855 os_ref_retain_mask(&p->p_refcount, P_REF_BITS, NULL); in proc_refdrain_will_exec()
2073 os_ref_retain_mask(&pgrp->pg_refcount, PGRP_REF_BITS, &p_refgrp); in pg_ref()
2290 os_ref_retain_mask(&sess->s_refcount, SESSION_REF_BITS, &p_refgrp); in session_ref()