Searched refs:os_ref_retain_raw (Results 1 – 17 of 17) sorted by relevance
| /xnu-8020.140.41/tests/ |
| H A D | os_refcnt.c | 71 os_ref_retain_raw(&rc, NULL); 72 os_ref_retain_raw(&rc, NULL); 291 (void)os_ref_retain_raw(&rc, NULL); 309 (void)os_ref_retain_raw(&rc, NULL);
|
| /xnu-8020.140.41/libkern/os/ |
| H A D | refcnt_internal.h | 221 os_ref_retain_raw(os_ref_atomic_t *rc, struct os_refgrp *grp) in os_ref_retain_raw() function 293 #define os_ref_retain_raw(rc, grp) (os_ref_retain_raw)((rc), NULL) macro
|
| H A D | refcnt.h | 174 static void os_ref_retain_raw(os_ref_atomic_t *, struct os_refgrp *);
|
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | task_ref.c | 320 os_ref_retain_raw(&task->ref_count.ref_count, refgrp); in task_reference_grp()
|
| H A D | sync_sema.c | 1125 os_ref_retain_raw(&semaphore->ref_count, &sema_refgrp); in semaphore_reference()
|
| H A D | turnstile.c | 895 os_ref_retain_raw(&turnstile->ts_refcount, &turnstile_refgrp); in turnstile_reference()
|
| H A D | thread.c | 3180 os_ref_retain_raw(&thread->ref_count, &thread_refgrp); in thread_reference()
|
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | device_vm.c | 369 os_ref_retain_raw(&device_object->dev_pgr_hdr_ref, NULL); in device_pager_reference()
|
| H A D | vm_swapfile_pager.c | 818 os_ref_retain_raw(&pager->swp_pgr_hdr_ref, NULL); in swapfile_pager_setup()
|
| H A D | bsd_vm.c | 658 os_ref_retain_raw(&vnode_object->vn_pgr_hdr_ref, NULL); in vnode_pager_reference()
|
| H A D | vm_map.c | 19532 os_ref_retain_raw(&map->map_refcnt, &map_refgrp); in vm_map_reference()
|
| /xnu-8020.140.41/osfmk/ipc/ |
| H A D | ipc_object.c | 196 os_ref_retain_raw((os_ref_atomic_t *)&io->io_references, NULL); in ipc_object_reference()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | uipc_usrreq.c | 2040 os_ref_retain_raw(&fg->fg_count, &f_refgrp); in fg_insertuipc_mark() 2486 os_ref_retain_raw(&fg->fg_count, &f_refgrp); in unp_gc()
|
| H A D | kern_proc.c | 624 os_ref_retain_raw(&p->p_waitref, &p_refgrp); in proc_ref_wait_for_exec() 1920 os_ref_retain_raw(&pn->p_waitref, &p_refgrp); in phash_remove_locked() 2128 os_ref_retain_raw(&pgn->pg_hashref, &p_refgrp); in pghash_remove_locked()
|
| H A D | tty.c | 3181 os_ref_retain_raw(&tp->t_refcnt, &t_refgrp); in ttyhold()
|
| H A D | kern_descrip.c | 216 os_ref_retain_raw(&fg->fg_count, &f_refgrp); in fg_ref()
|
| H A D | kern_event.c | 2800 return os_ref_retain_raw(&kqwl->kqwl_retains, NULL); in kqworkloop_retain()
|