Home
last modified time | relevance | path

Searched refs:hlist_for_each_entry (Results 1 – 25 of 121) sorted by relevance

12345

/linux/scripts/include/
H A Dhashtable.h61 hlist_for_each_entry(obj, &table[_bkt], member)
84 hlist_for_each_entry(obj, hash_head(table, key), member)
/linux/tools/include/linux/
H A Dhashtable.h108 hlist_for_each_entry(obj, &name[bkt], member)
133 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
/linux/drivers/clk/
H A Dclk.c219 hlist_for_each_entry(core, &clk_rpm_list, rpm_node) { in clk_pm_runtime_get_all()
232 hlist_for_each_entry(core, &clk_rpm_list, rpm_node) { in clk_pm_runtime_get_all()
253 hlist_for_each_entry(core, &clk_rpm_list, rpm_node) in clk_pm_runtime_put_all()
843 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries()
846 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries()
877 hlist_for_each_entry(user, &core->clks, clks_node) in clk_core_check_boundaries()
1381 hlist_for_each_entry(child, &core->children, child_node) { in clk_core_save_context()
1400 hlist_for_each_entry(child, &core->children, child_node) in clk_core_restore_context()
1416 hlist_for_each_entry(clk, &clk_root_list, child_node) { in clk_save_context()
1422 hlist_for_each_entry(clk, &clk_orphan_list, child_node) { in clk_save_context()
[all …]
/linux/net/batman-adv/
H A Dbat_algo.c48 hlist_for_each_entry(bat_algo_ops_tmp, &batadv_algo_list, list) { in batadv_algo_get()
208 hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) { in batadv_algo_dump()
H A Dtvlv.c143 hlist_for_each_entry(tvlv_tmp, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_get()
175 hlist_for_each_entry(tvlv, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_list_size()
362 hlist_for_each_entry(tvlv, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_ogm_append()
H A Dfragmentation.c189 hlist_for_each_entry(frag_entry_curr, &chain->fragment_list, list) { in batadv_frag_insert_packet()
300 hlist_for_each_entry(entry, chain, list) { in batadv_frag_merge_packets()
/linux/include/linux/
H A Dhashtable.h129 hlist_for_each_entry(obj, &name[bkt], member)
166 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
/linux/net/sunrpc/
H A Dsvcauth.c247 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup()
300 hlist_for_each_entry(hp, &auth_domain_table[h], hash) in auth_domain_cleanup()
/linux/scripts/coccinelle/iterators/
H A Duse_after_iter.cocci33 iterator name hlist_for_each_entry;
116 hlist_for_each_entry(c,...) S
/linux/virt/kvm/
H A Dirqchip.c31 hlist_for_each_entry(e, &irq_rt->map[gsi], link) { in kvm_irq_map_gsi()
140 hlist_for_each_entry(ei, &rt->map[gsi], link) in setup_routing_entry()
/linux/scripts/gdb/linux/
H A Dclk.py14 return lists.hlist_for_each_entry(hlist_head,
H A Dlists.py59 def hlist_for_each_entry(head, gdbtype, member): function
/linux/drivers/hv/
H A Dmshv_eventfd.c372 hlist_for_each_entry(irqfd, &pt->pt_irqfds_list, irqfd_hnode) in mshv_irqfd_routing_update()
439 hlist_for_each_entry(rp, &pt->irqfds_resampler_list, in mshv_irqfd_assign()
484 hlist_for_each_entry(tmp, &pt->pt_irqfds_list, irqfd_hnode) { in mshv_irqfd_assign()
663 hlist_for_each_entry(_p, &pt->ioeventfds_list, iovntfd_hnode) in ioeventfd_check_collision()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmpfs.h61 hlist_for_each_entry(ptr, &(hash)[ix], node.hlist) \
/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c123 hlist_for_each_entry(dbell, &vmci_doorbell_it.entries[bucket], in dbell_index_table_find()
343 hlist_for_each_entry(dbell, &vmci_doorbell_it.entries[bucket], node) { in dbell_fire_entries()
H A Dvmci_resource.c146 hlist_for_each_entry(r, &vmci_resource_table.entries[idx], node) { in vmci_resource_remove()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c194 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_vlan()
214 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_addr()
233 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_rxsteer()
/linux/kernel/bpf/
H A Dcgroup.c410 hlist_for_each_entry(pl, head, node) { in prog_list_length()
484 hlist_for_each_entry(pl, &p->bpf.progs[atype], node) { in compute_effective_progs()
658 hlist_for_each_entry(pl, progs, node) { in find_attach_entry()
669 hlist_for_each_entry(pl, progs, node) { in find_attach_entry()
742 hlist_for_each_entry(pltmp, progs, node) { in get_prog_list()
752 hlist_for_each_entry(pltmp, progs, node) { in get_prog_list()
975 hlist_for_each_entry(pl, &p->bpf.progs[atype], node) { in effective_prog_pos()
1072 hlist_for_each_entry(pl, progs, node) { in __cgroup_bpf_replace()
1140 hlist_for_each_entry(pl, progs, node) { in find_detach_entry()
1351 hlist_for_each_entry(pl, progs, node) { in __cgroup_bpf_query()
/linux/tools/perf/util/
H A Dsrccode.c97 hlist_for_each_entry (h, &srcfile_htab[hval], hash_nd) { in find_srcfile()
/linux/kernel/
H A Duser.c131 hlist_for_each_entry(user, hashent, uidhash_node) { in uid_hash_find()
/linux/net/netfilter/
H A Dxt_hashlimit.c416 hlist_for_each_entry(hinfo, &hashlimit_net->htables, node) { in htable_find_get()
1195 hlist_for_each_entry(ent, &htable->hash[*bucket], node) in dl_seq_show_v2()
1209 hlist_for_each_entry(ent, &htable->hash[*bucket], node) in dl_seq_show_v1()
1223 hlist_for_each_entry(ent, &htable->hash[*bucket], node) in dl_seq_show()
1278 hlist_for_each_entry(hinfo, &hashlimit_net->htables, node) in hashlimit_proc_net_exit()
/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c139 hlist_for_each_entry(ent, &remote->src_list, node) { in vxlan_mdb_entry_info_fill_srcs()
261 hlist_for_each_entry(mdb_entry, &vxlan->mdb_list, mdb_node) { in vxlan_mdb_fill()
757 hlist_for_each_entry(ent, &remote->src_list, node) { in vxlan_mdb_remote_src_entry_lookup()
895 hlist_for_each_entry(ent, &remote->src_list, node) in vxlan_mdb_remote_srcs_add()
935 hlist_for_each_entry(ent, &remote->src_list, node) { in vxlan_mdb_nlmsg_src_list_size()
1078 hlist_for_each_entry(ent, &remote->src_list, node) in vxlan_mdb_remote_srcs_replace()
/linux/net/bridge/
H A Dbr_multicast.c370 hlist_for_each_entry(src_ent, &pg_lst->src_list, node) { in br_multicast_star_g_handle_mode()
421 hlist_for_each_entry(src_ent, &pg->src_list, node) { in br_multicast_star_g_host_state()
952 hlist_for_each_entry(ent, &pg->src_list, node) { in br_ip4_multicast_alloc_query()
1037 hlist_for_each_entry(ent, &pg->src_list, node) { in br_ip4_multicast_alloc_query()
1099 hlist_for_each_entry(ent, &pg->src_list, node) { in br_ip6_multicast_alloc_query()
1199 hlist_for_each_entry(ent, &pg->src_list, node) { in br_ip6_multicast_alloc_query()
1338 hlist_for_each_entry(ent, &pg->src_list, node) in br_multicast_find_group_src()
1344 hlist_for_each_entry(ent, &pg->src_list, node) in br_multicast_find_group_src()
2074 hlist_for_each_entry(pg, &port->mglist, mglist) in br_multicast_port_ctx_init()
2312 hlist_for_each_entry(en in __grp_src_query_marked_and_rexmit()
[all...]
/linux/net/sched/
H A Dsch_drr.c291 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
434 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
/linux/security/selinux/
H A Davc.c477 hlist_for_each_entry(node, head, list) { in avc_reclaim_node()
631 hlist_for_each_entry(pos, head, list) { in avc_insert()
854 hlist_for_each_entry(pos, head, list) { in avc_update_node()
942 hlist_for_each_entry(node, head, list) in avc_flush()

12345