Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dos_refcnt.c185 os_ref_count_t x = os_ref_release_locked(&rc);
189 (void)os_ref_release_locked(&rc);
190 x = os_ref_release_locked(&rc);
/xnu-12377.61.12/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.c324 if (os_ref_release_locked(&persona->pna_refcount) == 0) { in persona_put_and_unlock()
H A Dkpi_socketfilter.c180 if (os_ref_release_locked(&filter->sf_refcount) == 0) { in sflt_release_locked()
H A Dkern_descrip.c1578 if (1 == os_ref_release_locked(&fp->fp_iocount)) { in fp_drop()
2257 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-12377.61.12/libkern/os/
H A Drefcnt.h151 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-12377.61.12/osfmk/kern/
H A Depoch_sync.c307 cnt = os_ref_release_locked(&sync->es_refcnt); in esync_put()
/xnu-12377.61.12/osfmk/vm/
H A Dvm_shared_region_pager.c285 if (os_ref_release_locked(&region->srk_ref_count) == 0) { in shared_region_key_dealloc()
/xnu-12377.61.12/bsd/net/
H A Dnecp.c1544 if (os_ref_release_locked(&filter->refcount) == 0) { in necp_session_remove_all_domain_filters()
1658 if (os_ref_release_locked(&trie->refcount) == 0) { in necp_session_remove_all_domain_tries()
2439 if (os_ref_release_locked(&filter->refcount) == 0) { in necp_delete_session()
5886 if (os_ref_release_locked(&existing_mapping->refcount) == 0) { in necp_remove_string_to_id_mapping()
5976 if (os_ref_release_locked(&existing_filter->refcount) == 0) { in necp_remove_domain_filter()
6086 if (os_ref_release_locked(&existing_trie->refcount) == 0) { in necp_remove_domain_trie()
6520 if (os_ref_release_locked(&existing_rule->refcount) == 0) { in necp_remove_route_rule()
6708 if (os_ref_release_locked(&existing_mapping->refcount) == 0) { in necp_remove_uuid_app_id_mapping()
6877 if (os_ref_release_locked(&existing_mapping->refcount) == 0) { in necp_remove_agent_uuid_id_mapping()
6900 if (os_ref_release_locked(&existing_mapping->refcount) == 0) { in necp_remove_agent_uuid_id_mapping_with_agent_id()
[all …]
H A Dnecp_client.c1642 os_ref_count_t count = os_ref_release_locked(&client->reference_count); in necp_client_release_locked()
/xnu-12377.61.12/osfmk/x86_64/
H A Dpmap.c1785 c = os_ref_release_locked(&p->ref_count); in pmap_destroy()