Home
last modified time | relevance | path

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

/xnu-8020.140.41/tests/
H A Dos_refcnt.c71 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 Drefcnt_internal.h221 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 Drefcnt.h174 static void os_ref_retain_raw(os_ref_atomic_t *, struct os_refgrp *);
/xnu-8020.140.41/osfmk/kern/
H A Dtask_ref.c320 os_ref_retain_raw(&task->ref_count.ref_count, refgrp); in task_reference_grp()
H A Dsync_sema.c1125 os_ref_retain_raw(&semaphore->ref_count, &sema_refgrp); in semaphore_reference()
H A Dturnstile.c895 os_ref_retain_raw(&turnstile->ts_refcount, &turnstile_refgrp); in turnstile_reference()
H A Dthread.c3180 os_ref_retain_raw(&thread->ref_count, &thread_refgrp); in thread_reference()
/xnu-8020.140.41/osfmk/vm/
H A Ddevice_vm.c369 os_ref_retain_raw(&device_object->dev_pgr_hdr_ref, NULL); in device_pager_reference()
H A Dvm_swapfile_pager.c818 os_ref_retain_raw(&pager->swp_pgr_hdr_ref, NULL); in swapfile_pager_setup()
H A Dbsd_vm.c658 os_ref_retain_raw(&vnode_object->vn_pgr_hdr_ref, NULL); in vnode_pager_reference()
H A Dvm_map.c19532 os_ref_retain_raw(&map->map_refcnt, &map_refgrp); in vm_map_reference()
/xnu-8020.140.41/osfmk/ipc/
H A Dipc_object.c196 os_ref_retain_raw((os_ref_atomic_t *)&io->io_references, NULL); in ipc_object_reference()
/xnu-8020.140.41/bsd/kern/
H A Duipc_usrreq.c2040 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 Dkern_proc.c624 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 Dtty.c3181 os_ref_retain_raw(&tp->t_refcnt, &t_refgrp); in ttyhold()
H A Dkern_descrip.c216 os_ref_retain_raw(&fg->fg_count, &f_refgrp); in fg_ref()
H A Dkern_event.c2800 return os_ref_retain_raw(&kqwl->kqwl_retains, NULL); in kqworkloop_retain()