Home
last modified time | relevance | path

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

/xnu-8020.140.41/tests/
H A Dos_refcnt.c48 os_ref_release_live(&rc);
215 os_ref_release_live(&rc);
216 os_ref_release_live(&rc);
351 os_ref_release_live(rc); in func()
/xnu-8020.140.41/libkern/os/
H A Drefcnt.h129 static void os_ref_release_live(struct os_refcnt *);
H A Drefcnt_internal.h182 os_ref_release_live(struct os_refcnt *rc) in os_ref_release_live() function
/xnu-8020.140.41/osfmk/kern/
H A Dthread_group.c595 os_ref_release_live(&tg->tg_refcount); in thread_group_release_live()
/xnu-8020.140.41/osfmk/arm/pmap/
H A Dpmap_data.c3057 os_ref_release_live(&pmap_ledger_refcnt[array_index]); in pmap_ledger_release()
/xnu-8020.140.41/bsd/kern/
H A Dkern_descrip.c1331 os_ref_release_live(&fp->fp_iocount); in fp_free()