Home
last modified time | relevance | path

Searched refs:os_ref_release_live (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/tests/
H A Dos_refcnt.c91 os_ref_release_live(&rc);
295 os_ref_release_live(&rc);
296 os_ref_release_live(&rc);
559 os_ref_release_live(rc); in func()
/xnu-12377.61.12/libkern/os/
H A Drefcnt.h130 static void os_ref_release_live(struct os_refcnt *);
H A Drefcnt_internal.h207 os_ref_release_live(struct os_refcnt *rc) in os_ref_release_live() function
/xnu-12377.61.12/osfmk/kern/
H A Dthread_group.c607 os_ref_release_live(&tg->tg_refcount); in thread_group_release_live()
/xnu-12377.61.12/osfmk/arm/pmap/
H A Dpmap_data.c3176 os_ref_release_live(&pmap_ledger_refcnt[array_index]); in pmap_ledger_release()
/xnu-12377.61.12/bsd/kern/
H A Dkern_descrip.c1411 os_ref_release_live(&fp->fp_iocount); in fp_free()