Home
last modified time | relevance | path

Searched refs:os_pcpu_ref_release (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/libkern/os/
H A Drefcnt.h284 extern os_ref_count_t os_pcpu_ref_release(os_pcpu_ref_t ref, struct os_refgrp *grp) __result_use_ch…
H A Drefcnt_internal.h212 #define os_pcpu_ref_release(ref, grp) (os_pcpu_ref_release)(ref, NULL) macro
H A Drefcnt.c979 (os_pcpu_ref_release)(os_pcpu_ref_t ref, struct os_refgrp *__debug_only grp) in os_ref_count_t() argument
/xnu-11215/tests/
H A Dos_refcnt.c139 T_ASSERT_EQ_UINT(os_pcpu_ref_release(rc, NULL), 0, "returned released");