Home
last modified time | relevance | path

Searched refs:os_ref_release_live_raw (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.41.6/tests/
H A Dos_refcnt.c159 os_ref_release_live_raw(&rc, NULL);
405 os_ref_release_live_raw(&rc, NULL);
435 os_ref_release_live_raw(rc, NULL); in worker_ref()
/xnu-12377.41.6/libkern/os/
H A Drefcnt_internal.h280 os_ref_release_live_raw(os_ref_atomic_t *rc, struct os_refgrp *grp) in os_ref_release_live_raw() function
340 #define os_ref_release_live_raw(rc, grp) (os_ref_release_live_raw)((rc), NULL) macro
H A Drefcnt.h307 static void os_ref_release_live_raw(os_ref_atomic_t *, struct os_refgrp *);
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_object.c239 os_ref_release_live_raw(&io->io_references, NULL); in ipc_object_release_live()
/xnu-12377.41.6/bsd/kern/
H A Dkern_credential.c3339 os_ref_release_live_raw(&rw->crw_weak_ref, &ucred_ref_grp); in ucred_rw_unref_live()
H A Dtty.c3316 os_ref_release_live_raw(&tp->t_refcnt, &t_refgrp); in ttyfree_locked()
H A Dkern_descrip.c240 os_ref_release_live_raw(&fg->fg_count, &f_refgrp); in fg_drop_live()
H A Dkern_event.c2887 os_ref_release_live_raw(&kqwl->kqwl_retains, NULL); in kqworkloop_release_live()
/xnu-12377.41.6/osfmk/kern/
H A Dcoalition.c328 #define coal_ref_release_live(coal) os_ref_release_live_raw(&(coal)->ref_count, &coal_ref_grp)
/xnu-12377.41.6/osfmk/vm/
H A Dvm_object.c699 os_ref_release_live_raw(&object->ref_count, &vm_object_refgrp); in vm_object_deallocate()