| /linux/scripts/include/ |
| H A D | hashtable.h | 61 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 D | hashtable.h | 108 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 D | clk.c | 219 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 D | bat_algo.c | 48 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 D | tvlv.c | 143 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 D | fragmentation.c | 189 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 D | hashtable.h | 129 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 D | svcauth.c | 247 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 D | use_after_iter.cocci | 33 iterator name hlist_for_each_entry; 116 hlist_for_each_entry(c,...) S
|
| /linux/virt/kvm/ |
| H A D | irqchip.c | 31 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 D | clk.py | 14 return lists.hlist_for_each_entry(hlist_head,
|
| H A D | lists.py | 59 def hlist_for_each_entry(head, gdbtype, member): function
|
| /linux/drivers/hv/ |
| H A D | mshv_eventfd.c | 372 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 D | mpfs.h | 61 hlist_for_each_entry(ptr, &(hash)[ix], node.hlist) \
|
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_doorbell.c | 123 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 D | vmci_resource.c | 146 hlist_for_each_entry(r, &vmci_resource_table.entries[idx], node) { in vmci_resource_remove()
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_rx_filter.c | 194 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 D | cgroup.c | 410 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 D | srccode.c | 97 hlist_for_each_entry (h, &srcfile_htab[hval], hash_nd) { in find_srcfile()
|
| /linux/kernel/ |
| H A D | user.c | 131 hlist_for_each_entry(user, hashent, uidhash_node) { in uid_hash_find()
|
| /linux/net/netfilter/ |
| H A D | xt_hashlimit.c | 416 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 D | vxlan_mdb.c | 139 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 D | br_multicast.c | 370 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 D | sch_drr.c | 291 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 D | avc.c | 477 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()
|