Home
last modified time | relevance | path

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

/xnu-11215/libkern/os/
H A Drefcnt.h207 extern os_ref_count_t os_pcpu_ref_kill(os_pcpu_ref_t ref, struct os_refgrp *grp) __result_use_check;
H A Drefcnt_internal.h209 #define os_pcpu_ref_kill(ref, grp) (os_pcpu_ref_kill)(ref, NULL) macro
H A Drefcnt.c779 n = os_pcpu_ref_kill(*ref, grp);
1000 (os_pcpu_ref_kill)(os_pcpu_ref_t ref, struct os_refgrp *__debug_only grp) in os_ref_count_t() argument
/xnu-11215/tests/
H A Dos_refcnt.c129 T_ASSERT_EQ_UINT(os_pcpu_ref_kill(rc, NULL), 2,
547 (void)os_pcpu_ref_kill(prc, NULL);