| /xnu-11417.101.15/tests/ |
| H A D | os_refcnt.c | 151 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 D | refcnt_internal.h | 256 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 D | refcnt.h | 302 static void os_ref_retain_raw(os_ref_atomic_t *, struct os_refgrp *);
|
| /xnu-11417.101.15/osfmk/bank/ |
| H A D | bank_internal.h | 114 (os_ref_retain_raw(&(elem)->bt_refs, &bank_elem_refgrp))
|
| /xnu-11417.101.15/osfmk/kern/ |
| H A D | task_ref.c | 325 os_ref_retain_raw(&task->ref_count.ref_count, refgrp); in task_reference_grp()
|
| H A D | lock_group.c | 279 os_ref_retain_raw(&grp->lck_grp_refcnt, NULL); in lck_grp_reference()
|
| H A D | sync_sema.c | 1116 os_ref_retain_raw(&semaphore->ref_count, &sema_refgrp); in semaphore_reference()
|
| H A D | turnstile.c | 835 os_ref_retain_raw(&turnstile->ts_refcount, &turnstile_refgrp); in turnstile_reference()
|
| H A D | coalition.c | 326 #define coal_ref_retain(coal) os_ref_retain_raw(&(coal)->ref_count, &coal_ref_grp)
|
| H A D | thread.c | 3360 os_ref_retain_raw(&thread->ref_count, &thread_refgrp); in thread_reference()
|
| /xnu-11417.101.15/osfmk/vm/ |
| H A D | device_vm.c | 378 os_ref_retain_raw(&device_object->dev_pgr_hdr_ref, NULL); in device_pager_reference()
|
| H A D | vm_swapfile_pager.c | 785 os_ref_retain_raw(&pager->swp_pgr_hdr_ref, NULL); in swapfile_pager_setup()
|
| H A D | vm_object_internal.h | 297 os_ref_retain_raw(&object->ref_count, &vm_object_refgrp); in vm_object_reference_shared()
|
| H A D | bsd_vm.c | 675 os_ref_retain_raw(&vnode_object->vn_pgr_hdr_ref, NULL); in vnode_pager_reference()
|
| H A D | vm_map.c | 21254 os_ref_retain_raw(&map->map_refcnt, &map_refgrp); in vm_map_reference()
|
| /xnu-11417.101.15/osfmk/ipc/ |
| H A D | ipc_object.c | 193 os_ref_retain_raw((os_ref_atomic_t *)&io->io_references, NULL); in ipc_object_reference()
|
| H A D | ipc_voucher.c | 94 os_ref_retain_raw(&iv->iv_refs, &iv_refgrp); in iv_reference()
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | uipc_usrreq.c | 2272 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 D | kern_credential.c | 3321 os_ref_retain_raw(&rw->crw_weak_ref, &ucred_ref_grp); in ucred_rw_ref()
|
| H A D | tty.c | 3289 os_ref_retain_raw(&tp->t_refcnt, &t_refgrp); in ttyhold()
|
| H A D | kern_proc.c | 694 os_ref_retain_raw(&p->p_waitref, &p_refgrp); in proc_ref_wait_for_exec()
|
| H A D | kern_descrip.c | 234 os_ref_retain_raw(&fg->fg_count, &f_refgrp); in fg_ref()
|
| H A D | kern_event.c | 2870 return os_ref_retain_raw(&kqwl->kqwl_retains, NULL); in kqworkloop_retain()
|
| /xnu-11417.101.15/bsd/net/ ! |
| H A D | if_var_private.h | 1274 os_ref_retain_raw(&ifa->ifa_refcnt, &ifa_refgrp); in ifa_addref()
|
| /xnu-11417.101.15/osfmk/arm64/sptm/pmap/ ! |
| H A D | pmap.c | 2742 os_ref_retain_raw(&pmap->ref_count, &pmap_refgrp); in pmap_reference_internal() 8668 os_ref_retain_raw(&subord->ref_count, &pmap_refgrp);
|