Home
last modified time | relevance | path

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

/xnu-12377.41.6/libkern/os/
H A Drefcnt.h254 extern void os_pcpu_ref_retain(os_pcpu_ref_t ref, struct os_refgrp *grp);
H A Drefcnt_internal.h230 #define os_pcpu_ref_retain(ref, grp) (os_pcpu_ref_retain)(ref, NULL) macro
H A Drefcnt.c858 (os_pcpu_ref_retain)(os_pcpu_ref_t ref, struct os_refgrp * __debug_only grp)
/xnu-12377.41.6/tests/
H A Dos_refcnt.c119 os_pcpu_ref_retain(rc, NULL);
451 os_pcpu_ref_retain(rc, NULL); in worker_pcpu_ref()