Home
last modified time | relevance | path

Searched refs:os_ref_release_locked (Results 1 – 12 of 12) sorted by relevance

/xnu-8796.141.3/tests/
H A Dos_refcnt.c105 os_ref_count_t x = os_ref_release_locked(&rc);
109 (void)os_ref_release_locked(&rc);
110 x = os_ref_release_locked(&rc);
/xnu-8796.141.3/bsd/kern/
H A Dsys_reason.c230 if (os_ref_release_locked(&cur_reason->osr_refcount) > 0) { in os_reason_free()
H A Dkern_persona.c364 if (os_ref_release_locked(&persona->pna_refcount) == 0) { in persona_put()
H A Dkpi_socketfilter.c178 if (os_ref_release_locked(&filter->sf_refcount) == 0) { in sflt_release_locked()
H A Dkern_descrip.c1559 if (1 == os_ref_release_locked(&fp->fp_iocount)) { in fp_drop()
2229 if (1 == os_ref_release_locked(&fp->fp_iocount)) { in file_drop()
H A Dsys_generic.c2062 const os_ref_count_t refc = os_ref_release_locked(&fp->fp_iocount); in seldrop_locked()
/xnu-8796.141.3/libkern/os/
H A Drefcnt.h150 static os_ref_count_t os_ref_release_locked(struct os_refcnt *) OS_WARN_RESULT;
H A Drefcnt_internal.h97 os_ref_release_locked(struct os_refcnt *rc) in os_ref_release_locked() function
/xnu-8796.141.3/osfmk/vm/
H A Dvm_shared_region_pager.c266 if (os_ref_release_locked(&region->srk_ref_count) == 0) { in shared_region_key_dealloc()
/xnu-8796.141.3/bsd/net/
H A Dnecp.c1415 if (os_ref_release_locked(&filter->refcount) == 0) { in necp_session_remove_all_domain_filters()
2001 if (os_ref_release_locked(&filter->refcount) == 0) { in necp_delete_session()
5214 if (os_ref_release_locked(&existing_mapping->refcount) == 0) { in necp_remove_string_to_id_mapping()
5300 if (os_ref_release_locked(&existing_filter->refcount) == 0) { in necp_remove_domain_filter()
5678 if (os_ref_release_locked(&existing_rule->refcount) == 0) { in necp_remove_route_rule()
5888 if (os_ref_release_locked(&existing_mapping->refcount) == 0) { in necp_remove_uuid_app_id_mapping()
5996 if (os_ref_release_locked(&existing_mapping->refcount) == 0) { in necp_remove_uuid_service_id_mapping()
6019 if (os_ref_release_locked(&existing_mapping->refcount) == 0) { in necp_remove_uuid_service_id_mapping_with_service_id()
H A Dnecp_client.c1385 os_ref_count_t count = os_ref_release_locked(&client->reference_count); in necp_client_release_locked()
/xnu-8796.141.3/osfmk/x86_64/
H A Dpmap.c1754 c = os_ref_release_locked(&p->ref_count); in pmap_destroy()