Home
last modified time | relevance | path

Searched refs:LIST_FOREACH_SAFE (Results 1 – 24 of 24) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dproc_uuid_policy.c237 LIST_FOREACH_SAFE(searchentry, UUIDHASH(uuid), entries, tmpentry) { in proc_uuid_policy_lookup_locked()
310 LIST_FOREACH_SAFE(searchentry, headp, entries, tmpentry) { in proc_uuid_policy_clear()
328 LIST_FOREACH_SAFE(searchentry, &deletehead, entries, tmpentry) { in proc_uuid_policy_clear()
H A Dtracker.c814 LIST_FOREACH_SAFE(entry, hash, entry_link, temp_entry) { in tracker_dump()
867 LIST_FOREACH_SAFE(entry, hash, entry_link, temp_entry) { in tracker_dump()
1039 LIST_FOREACH_SAFE(entry, hash, entry_link, temp_entry) { in tracker_entry_expire()
H A Dsocket_flows.c484 LIST_FOREACH_SAFE(entry, flowhash, soflow_entry_link, temp_entry) { in soflow_db_free()
1377 LIST_FOREACH_SAFE(entry, flowhash, soflow_entry_link, temp_entry) { in soflow_gc_cleanup()
1511 LIST_FOREACH_SAFE(entry, flowhash, soflow_entry_link, temp_entry) { in soflow_db_apply()
H A Dkern_persona.c439 LIST_FOREACH_SAFE(entry, &all_personas, pna_list, tmp) { in persona_lookup_and_invalidate()
H A Dposix_sem.c341 LIST_FOREACH_SAFE(pcp, pcpp, psem_hash, tmppcp) { in psem_cache_purge_all()
H A Dvsock_domain.c631 LIST_FOREACH_SAFE(pcb, &vsockinfo.bound, bound, tmp_pcb) { in vsock_reset_transport()
H A Dkern_event.c3645 LIST_FOREACH_SAFE(kqwl, &fdp->fd_kqhash[i], kqwl_hashlink, kqwln) { in kqworkloops_dealloc()
3659 LIST_FOREACH_SAFE(kqwl, &tofree, kqwl_hashlink, kqwln) { in kqworkloops_dealloc()
/xnu-8792.41.9/bsd/net/
H A Dif_llatbl.c159 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) { in htable_foreach_lle()
247 LIST_FOREACH_SAFE(lle, &pmd.dchain, lle_chain, next) in htable_prefix_free()
265 LIST_FOREACH_SAFE(lle, head, lle_chain, next) in llentries_unlink()
544 LIST_FOREACH_SAFE(lle, &dchain, lle_chain, next) { in lltable_free()
574 LIST_FOREACH_SAFE(lle, &dchain, lle_chain, next) { in lltable_purge()
H A Dnetwork_agent.c811 LIST_FOREACH_SAFE(search_client, &wrapper->pending_triggers_list, client_chain, temp_client) { in netagent_free_wrapper()
1209LIST_FOREACH_SAFE(search_client, &session->wrapper->pending_triggers_list, client_chain, temp_clie… in netagent_handle_update_inner()
1220 LIST_FOREACH_SAFE(search_client, &pending_triggers_list_copy, client_chain, temp_client) { in netagent_handle_update_inner()
H A Dnecp.c1177 LIST_FOREACH_SAFE(policy, &session->policies, chain, temp_policy) { in necp_session_set_session_priority()
1254 LIST_FOREACH_SAFE(service, &session->services, session_chain, temp_service) { in necp_session_unregister_service()
1395 LIST_FOREACH_SAFE(filter, &session->domain_filters, owner_chain, temp_filter) { in necp_session_remove_all_domain_filters()
1971 LIST_FOREACH_SAFE(service, &session->services, session_chain, temp_service) { in necp_delete_session()
1980 LIST_FOREACH_SAFE(filter, &session->domain_filters, owner_chain, temp_filter) { in necp_delete_session()
3403 LIST_FOREACH_SAFE(policy, &session->policies, chain, temp_policy) { in necp_policy_mark_all_for_deletion()
4222 LIST_FOREACH_SAFE(policy, &session->policies, chain, temp_policy) { in necp_policy_apply_all()
4445 LIST_FOREACH_SAFE(kernel_policy, &necp_kernel_socket_policies, chain, tmp_kernel_policy) { in necp_kernel_socket_policy_find()
5624 LIST_FOREACH_SAFE(existing_rule, &necp_aggregate_route_rules, chain, tmp_rule) { in necp_remove_aggregate_route_rule_for_id()
6119 LIST_FOREACH_SAFE(kernel_policy, &necp_kernel_ip_output_policies, chain, tmp_kernel_policy) { in necp_kernel_ip_output_policy_find()
H A Dif_bridge.c6668 LIST_FOREACH_SAFE(brt, &sc->sc_rtlist, brt_list, nbrt) {
6713 LIST_FOREACH_SAFE(brt, &sc->sc_rtlist, brt_list, nbrt) {
6737 LIST_FOREACH_SAFE(brt, &sc->sc_rtlist, brt_list, nbrt) {
6781 LIST_FOREACH_SAFE(brt, &sc->sc_rtlist, brt_list, nbrt) {
7788 LIST_FOREACH_SAFE(mne, list, mne_list, tmne) {
7877 LIST_FOREACH_SAFE(mne, list, mne_list, tmne) {
H A Dnecp_client.c1596 LIST_FOREACH_SAFE(search_flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_destroy_client_flow_registration()
1691 LIST_FOREACH_SAFE(search_assertion, &client->assertion_list, assertion_chain, temp_assertion) { in necp_destroy_client()
1720 LIST_FOREACH_SAFE(flow_defunct, defunct_list, chain, temp_flow_defunct) { in necp_process_defunct_list()
2160 LIST_FOREACH_SAFE(flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_client_update_flows()
3675 LIST_FOREACH_SAFE(search_flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_client_unregister_socket_flow()
3729 LIST_FOREACH_SAFE(search_flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_client_unregister_multipath_cb()
9463 LIST_FOREACH_SAFE(nai, &fd_data->stats_arena_list, nai_chain, nai_tmp) { in necp_stats_arenas_destroy()
/xnu-8792.41.9/san/memory/
H A Dkasan-fakestack.c138 LIST_FOREACH_SAFE(cur, head, list, tmp) { in kasan_fakestack_gc()
149 LIST_FOREACH_SAFE(cur, &tofree, list, tmp) { in kasan_fakestack_gc()
/xnu-8792.41.9/osfmk/kern/
H A Dworkload_config.c157 LIST_FOREACH_SAFE(entry, head, wce_link, tmp) { in workload_config_free()
161 LIST_FOREACH_SAFE(phase_entry, &entry->wce_phases, in workload_config_free()
/xnu-8792.41.9/bsd/dev/dtrace/
H A Ddtrace_subr.c164 LIST_FOREACH_SAFE(entry, &dtrace_proc_awaited_head, entries, tmp) { in dtrace_proc_exec_notification()
/xnu-8792.41.9/bsd/nfs/
H A Dnfs_gss.c465 LIST_FOREACH_SAFE(cp, &nfs_gss_svc_ctx_hashtbl[i], gss_svc_entries, next) { in nfs_gss_svc_ctx_timer()
1337 LIST_FOREACH_SAFE(cp, head, gss_svc_entries, ncp) { in nfs_gss_svc_cleanup()
H A Dnfs_serv.c1178 LIST_FOREACH_SAFE(fp, &firehead, fm_link, nfp) { in nfsrv_fmod_timer()
/xnu-8792.41.9/bsd/netinet/
H A Dtcp_timer.c814 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) { in tcp_gc()
2161 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) { in tcp_run_timerlist()
2860 LIST_FOREACH_SAFE(inp, pcbinfo->ipi_listhead, inp_list, nxt) { in tcp_probe_connectivity()
2999 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) { in tcp_itimer()
H A Digmp.c698 LIST_FOREACH_SAFE(igi, &igi_head, igi_link, tigi) { in igi_delete()
/xnu-8792.41.9/bsd/sys/
H A Dqueue.h535 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/xnu-8792.41.9/bsd/security/audit/
H A Daudit_session.c702 LIST_FOREACH_SAFE(found_se, &au_sentry_bucket[hkey], se_link, tmp_se) { in audit_session_remove()
/xnu-8792.41.9/bsd/netinet6/
H A Dmld6.c680 LIST_FOREACH_SAFE(mli, &mli_head, mli_link, tmli) { in mli_delete()
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_subr.c12255 LIST_FOREACH_SAFE(fl, &vp->v_leases, fl_link, fl_tmp) { in release_file_lease()
12377 LIST_FOREACH_SAFE(fl, &vp->v_leases, fl_link, fl_tmp) { in handle_lease_break_timedout()
12683 LIST_FOREACH_SAFE(fl, &vp->v_leases, fl_link, fl_tmp) { in vnode_revokelease()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3847 LIST_FOREACH_SAFE(fed, &fed_head, fed_link, tfed) { in fsw_process_deferred()