Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/osfmk/ipc/
H A Dipc_space.h195 return os_ref_get_raw_mask(&is->is_bits) & bit; in is_bits_test()
/xnu-12377.41.6/bsd/kern/
H A Dtty_tty.c103 cttyflag = os_ref_get_raw_mask(&sessp->s_refcount) & S_CTTYREF; in cttyopen()
H A Dkern_fork.c876 assert((os_ref_get_raw_mask(&p->p_refcount) >> P_REF_BITS) == 1); in forkproc_free()
877 assert((os_ref_get_raw_mask(&p->p_refcount) & P_REF_NEW) == P_REF_NEW); in forkproc_free()
H A Dkern_proc.c735 return os_ref_get_raw_mask(&p->p_refcount) & P_REF_DEAD; in proc_list_exited()
831 if (os_ref_get_raw_mask(&p->p_refcount) & mask) { in proc_ref_wait()
962 return os_ref_get_raw_mask(&p->p_refcount) & P_REF_SHADOW; in proc_is_shadow()
1063 uint32_t bits = os_ref_get_raw_mask(&p->p_refcount); in proc_refdrain()
2954 assert(os_ref_get_raw_mask(&pgrp->pg_refcount) & PGRP_REF_EMPTY); in pgrp_destroy()