Home
last modified time | relevance | path

Searched refs:os_ref_retain_locked (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.101.15/bsd/kern/
H A Dsys_reason.c212 os_ref_retain_locked(&cur_reason->osr_refcount); in os_reason_ref()
H A Dkern_persona.c291 os_ref_retain_locked(&persona->pna_refcount); in persona_get_locked()
H A Dkpi_socketfilter.c174 os_ref_retain_locked(&filter->sf_refcount); in sflt_retain_locked()
H A Dkern_descrip.c1373 os_ref_retain_locked(&fp->fp_iocount); in falloc_withinit()
1495 os_ref_retain_locked(&fp->fp_iocount); in fp_lookup()
1528 os_ref_retain_locked(&fp->fp_iocount); in fp_get_ftype()
H A Dsys_generic.c1966 os_ref_retain_locked(&fp->fp_iocount); in selcount()
/xnu-11417.101.15/libkern/os/
H A Drefcnt.h150 static void os_ref_retain_locked(struct os_refcnt *);
H A Drefcnt_internal.h103 os_ref_retain_locked(struct os_refcnt *rc) in os_ref_retain_locked() function
/xnu-11417.101.15/tests/
H A Dos_refcnt.c181 os_ref_retain_locked(&rc);
182 os_ref_retain_locked(&rc);
/xnu-11417.101.15/osfmk/kern/
H A Depoch_sync.c347 os_ref_retain_locked(&sync->es_refcnt); in esync_get()
529 os_ref_retain_locked(&sync->es_refcnt); in esync_wake()
/xnu-11417.101.15/osfmk/vm/
H A Dvm_shared_region_pager.c219 os_ref_retain_locked(&region->srk_ref_count); in shared_region_key_alloc()
/xnu-11417.101.15/osfmk/x86_64/
H A Dpmap.c1830 os_ref_retain_locked(&p->ref_count); in pmap_reference()
/xnu-11417.101.15/bsd/net/
H A Dnecp.c5899 os_ref_retain_locked(&existing_mapping->refcount); in necp_create_string_to_id_mapping()
6497 os_ref_retain_locked(&existing_rule->refcount); in necp_create_route_rule()
6726 os_ref_retain_locked(&existing_mapping->refcount); in necp_create_uuid_app_id_mapping()
6849 os_ref_retain_locked(&existing_mapping->refcount); in necp_create_uuid_service_id_mapping()
H A Dnecp_client.c1490 os_ref_retain_locked(&client->reference_count); in necp_client_retain_locked()