Home
last modified time | relevance | path

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

/xnu-12377.61.12/libkern/os/
H A Drefcnt.h271 extern void os_pcpu_ref_release_live(os_pcpu_ref_t ref, struct os_refgrp *grp);
H A Drefcnt_internal.h233 #define os_pcpu_ref_release_live(ref, grp) (os_pcpu_ref_release_live)(ref, NULL) macro
H A Drefcnt.c921 (os_pcpu_ref_release_live)(os_pcpu_ref_t ref, struct os_refgrp *__debug_only grp)
/xnu-12377.61.12/tests/
H A Dos_refcnt.c136 os_pcpu_ref_release_live(rc, NULL);
452 os_pcpu_ref_release_live(rc, NULL); in worker_pcpu_ref()