Home
last modified time | relevance | path

Searched refs:os_ref_get_raw_mask (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.101.15/libkern/os/
H A Drefcnt_internal.h372 os_ref_get_raw_mask(os_ref_atomic_t *rc) in os_ref_get_raw_mask() function
380 return os_ref_get_raw_mask(rc) & ((1u << b) - 1); in os_ref_get_bits_mask()
386 return os_ref_get_raw_mask(rc) >> b; in os_ref_get_count_mask()
H A Drefcnt.h349 static uint32_t os_ref_get_raw_mask(os_ref_atomic_t *rc);
/xnu-11417.101.15/osfmk/ipc/
H A Dipc_space.h161 return os_ref_get_raw_mask(&is->is_bits) & bit; in is_bits_test()
/xnu-11417.101.15/bsd/kern/
H A Dtty_tty.c103 cttyflag = os_ref_get_raw_mask(&sessp->s_refcount) & S_CTTYREF; in cttyopen()
H A Dkern_fork.c884 assert((os_ref_get_raw_mask(&p->p_refcount) >> P_REF_BITS) == 1); in forkproc_free()
885 assert((os_ref_get_raw_mask(&p->p_refcount) & P_REF_NEW) == P_REF_NEW); in forkproc_free()
H A Dkern_proc.c549 return os_ref_get_raw_mask(&p->p_refcount) & P_REF_DEAD; in proc_list_exited()
645 if (os_ref_get_raw_mask(&p->p_refcount) & mask) { in proc_ref_wait()
776 return os_ref_get_raw_mask(&p->p_refcount) & P_REF_SHADOW; in proc_is_shadow()
877 uint32_t bits = os_ref_get_raw_mask(&p->p_refcount); in proc_refdrain()
2721 assert(os_ref_get_raw_mask(&pgrp->pg_refcount) & PGRP_REF_EMPTY); in pgrp_destroy()