Home
last modified time | relevance | path

Searched refs:os_ref_retain_raw (Results 1 – 25 of 25) sorted by relevance

/xnu-11417.101.15/tests/
H A Dos_refcnt.c151 os_ref_retain_raw(&rc, NULL);
152 os_ref_retain_raw(&rc, NULL);
371 (void)os_ref_retain_raw(&rc, NULL);
389 (void)os_ref_retain_raw(&rc, NULL);
434 os_ref_retain_raw(rc, NULL); in worker_ref()
/xnu-11417.101.15/libkern/os/
H A Drefcnt_internal.h256 os_ref_retain_raw(os_ref_atomic_t *rc, struct os_refgrp *grp) in os_ref_retain_raw() function
336 #define os_ref_retain_raw(rc, grp) (os_ref_retain_raw)((rc), NULL) macro
H A Drefcnt.h302 static void os_ref_retain_raw(os_ref_atomic_t *, struct os_refgrp *);
/xnu-11417.101.15/osfmk/bank/
H A Dbank_internal.h114 (os_ref_retain_raw(&(elem)->bt_refs, &bank_elem_refgrp))
/xnu-11417.101.15/osfmk/kern/
H A Dtask_ref.c325 os_ref_retain_raw(&task->ref_count.ref_count, refgrp); in task_reference_grp()
H A Dlock_group.c279 os_ref_retain_raw(&grp->lck_grp_refcnt, NULL); in lck_grp_reference()
H A Dsync_sema.c1116 os_ref_retain_raw(&semaphore->ref_count, &sema_refgrp); in semaphore_reference()
H A Dturnstile.c835 os_ref_retain_raw(&turnstile->ts_refcount, &turnstile_refgrp); in turnstile_reference()
H A Dcoalition.c326 #define coal_ref_retain(coal) os_ref_retain_raw(&(coal)->ref_count, &coal_ref_grp)
H A Dthread.c3360 os_ref_retain_raw(&thread->ref_count, &thread_refgrp); in thread_reference()
/xnu-11417.101.15/osfmk/vm/
H A Ddevice_vm.c378 os_ref_retain_raw(&device_object->dev_pgr_hdr_ref, NULL); in device_pager_reference()
H A Dvm_swapfile_pager.c785 os_ref_retain_raw(&pager->swp_pgr_hdr_ref, NULL); in swapfile_pager_setup()
H A Dvm_object_internal.h297 os_ref_retain_raw(&object->ref_count, &vm_object_refgrp); in vm_object_reference_shared()
H A Dbsd_vm.c675 os_ref_retain_raw(&vnode_object->vn_pgr_hdr_ref, NULL); in vnode_pager_reference()
H A Dvm_map.c21254 os_ref_retain_raw(&map->map_refcnt, &map_refgrp); in vm_map_reference()
/xnu-11417.101.15/osfmk/ipc/
H A Dipc_object.c193 os_ref_retain_raw((os_ref_atomic_t *)&io->io_references, NULL); in ipc_object_reference()
H A Dipc_voucher.c94 os_ref_retain_raw(&iv->iv_refs, &iv_refgrp); in iv_reference()
/xnu-11417.101.15/bsd/kern/
H A Duipc_usrreq.c2272 os_ref_retain_raw(&fg->fg_count, &f_refgrp); in fg_insertuipc_mark()
2723 os_ref_retain_raw(&fg->fg_count, &f_refgrp); in unp_gc()
H A Dkern_credential.c3321 os_ref_retain_raw(&rw->crw_weak_ref, &ucred_ref_grp); in ucred_rw_ref()
H A Dtty.c3289 os_ref_retain_raw(&tp->t_refcnt, &t_refgrp); in ttyhold()
H A Dkern_proc.c694 os_ref_retain_raw(&p->p_waitref, &p_refgrp); in proc_ref_wait_for_exec()
H A Dkern_descrip.c234 os_ref_retain_raw(&fg->fg_count, &f_refgrp); in fg_ref()
H A Dkern_event.c2870 return os_ref_retain_raw(&kqwl->kqwl_retains, NULL); in kqworkloop_retain()
/xnu-11417.101.15/bsd/net/ !
H A Dif_var_private.h1274 os_ref_retain_raw(&ifa->ifa_refcnt, &ifa_refgrp); in ifa_addref()
/xnu-11417.101.15/osfmk/arm64/sptm/pmap/ !
H A Dpmap.c2742 os_ref_retain_raw(&pmap->ref_count, &pmap_refgrp); in pmap_reference_internal()
8668 os_ref_retain_raw(&subord->ref_count, &pmap_refgrp);