Searched refs:os_pcpu_ref_retain_try (Results 1 – 4 of 4) sorted by relevance
265 extern bool os_pcpu_ref_retain_try(os_pcpu_ref_t ref, struct os_refgrp *grp) __result_use_check;
231 #define os_pcpu_ref_retain_try(ref, grp) (os_pcpu_ref_retain_try)(ref, NULL) macro
877 (os_pcpu_ref_retain_try)(os_pcpu_ref_t ref, struct os_refgrp *__debug_only grp)
122 T_ASSERT_TRUE(os_pcpu_ref_retain_try(rc, NULL), "try succeeded");134 T_ASSERT_FALSE(os_pcpu_ref_retain_try(rc, NULL), "try failed");