Searched refs:os_pcpu_ref_kill (Results 1 – 4 of 4) sorted by relevance
207 extern os_ref_count_t os_pcpu_ref_kill(os_pcpu_ref_t ref, struct os_refgrp *grp) __result_use_check;
209 #define os_pcpu_ref_kill(ref, grp) (os_pcpu_ref_kill)(ref, NULL) macro
779 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
129 T_ASSERT_EQ_UINT(os_pcpu_ref_kill(rc, NULL), 2,547 (void)os_pcpu_ref_kill(prc, NULL);