Home
last modified time | relevance | path

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

/xnu-8796.141.3/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-8796.141.3/libkern/os/
H A Drefcnt.h129 static void os_ref_release_live(struct os_refcnt *);
H A Drefcnt_internal.h187 os_ref_release_live(struct os_refcnt *rc) in os_ref_release_live() function
/xnu-8796.141.3/osfmk/kern/
H A Dthread_group.c611 os_ref_release_live(&tg->tg_refcount); in thread_group_release_live()
/xnu-8796.141.3/osfmk/arm/pmap/
H A Dpmap_data.c3167 os_ref_release_live(&pmap_ledger_refcnt[array_index]); in pmap_ledger_release()
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c1392 os_ref_release_live(&fp->fp_iocount); in fp_free()