/linux-6.6.21/drivers/gpu/drm/ |
D | drm_hashtab.c | 72 hlist_for_each_entry(entry, h_list, head) in drm_ht_verbose_list() 85 hlist_for_each_entry(entry, h_list, head) { in drm_ht_find_key() 123 hlist_for_each_entry(entry, h_list, head) { in drm_ht_insert_item()
|
/linux-6.6.21/tools/include/linux/ |
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-6.6.21/net/batman-adv/ |
D | bat_algo.c | 46 hlist_for_each_entry(bat_algo_ops_tmp, &batadv_algo_list, list) { in batadv_algo_get() 195 hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) { in batadv_algo_dump()
|
D | tvlv.c | 137 hlist_for_each_entry(tvlv_tmp, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_get() 169 hlist_for_each_entry(tvlv, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_list_size() 335 hlist_for_each_entry(tvlv, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_ogm_append()
|
/linux-6.6.21/drivers/clk/ |
D | clk.c | 307 hlist_for_each_entry(child, &core->children, child_node) { in __clk_lookup_subtree() 325 hlist_for_each_entry(root_clk, &clk_root_list, child_node) { in clk_core_lookup() 332 hlist_for_each_entry(root_clk, &clk_orphan_list, child_node) { in clk_core_lookup() 713 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries() 716 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries() 747 hlist_for_each_entry(user, &core->clks, clks_node) in clk_core_check_boundaries() 1214 hlist_for_each_entry(child, &core->children, child_node) { in clk_core_save_context() 1233 hlist_for_each_entry(child, &core->children, child_node) in clk_core_restore_context() 1249 hlist_for_each_entry(clk, &clk_root_list, child_node) { in clk_save_context() 1255 hlist_for_each_entry(clk, &clk_orphan_list, child_node) { in clk_save_context() [all …]
|
/linux-6.6.21/include/linux/ |
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-6.6.21/net/sunrpc/ |
D | svcauth.c | 204 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup() 257 hlist_for_each_entry(hp, &auth_domain_table[h], hash) in auth_domain_cleanup()
|
/linux-6.6.21/security/ |
D | security.c | 770 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) \ 779 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) { \ 1034 hlist_for_each_entry(hp, &security_hook_heads.vm_enough_memory, list) { in security_vm_enough_memory_mm() 1191 hlist_for_each_entry(hp, &security_hook_heads.fs_context_parse_param, in security_fs_context_parse_param() 1562 hlist_for_each_entry(hp, &security_hook_heads.dentry_init_security, in security_dentry_init_security() 1646 hlist_for_each_entry(hp, &security_hook_heads.inode_init_security, in security_inode_init_security() 2416 hlist_for_each_entry(hp, &security_hook_heads.inode_getsecurity, list) { in security_inode_getsecurity() 2451 hlist_for_each_entry(hp, &security_hook_heads.inode_setsecurity, list) { in security_inode_setsecurity() 2535 hlist_for_each_entry(hp, in security_inode_copy_up_xattr() 3437 hlist_for_each_entry(hp, &security_hook_heads.task_prctl, list) { in security_task_prctl() [all …]
|
/linux-6.6.21/include/net/ |
D | netrom.h | 162 hlist_for_each_entry(__nr_neigh, list, neigh_node) 168 hlist_for_each_entry(__nr_node, list, node_node)
|
D | inet_timewait_sock.h | 82 hlist_for_each_entry(__tw, list, tw_bind2_node)
|
D | ax25.h | 169 hlist_for_each_entry(__ax25, list, uid_node) 271 hlist_for_each_entry(__ax25, list, ax25_node)
|
/linux-6.6.21/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_internal.h | 286 hlist_for_each_entry(obj, \ 292 hlist_for_each_entry(obj, &name[bkt], member)
|
/linux-6.6.21/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 33 iterator name hlist_for_each_entry; 116 hlist_for_each_entry(c,...) S
|
/linux-6.6.21/virt/kvm/ |
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-6.6.21/tools/perf/util/ |
D | fncache.c | 32 hlist_for_each_entry(n, &fncache_hash[h], nd) { in lookup_fncache()
|
/linux-6.6.21/fs/9p/ |
D | fid.c | 70 hlist_for_each_entry(fid, h, ilist) { in v9fs_fid_find_inode() 126 hlist_for_each_entry(fid, h, dlist) { in v9fs_fid_find()
|
/linux-6.6.21/fs/notify/ |
D | mark.c | 166 hlist_for_each_entry(mark, &conn->list, obj_list) { in __fsnotify_recalc_mask() 666 hlist_for_each_entry(lmark, &conn->list, obj_list) { in fsnotify_add_mark_list() 772 hlist_for_each_entry(mark, &conn->list, obj_list) { in fsnotify_find_mark() 848 hlist_for_each_entry(mark, &conn->list, obj_list) { in fsnotify_destroy_marks()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | mpfs.h | 57 hlist_for_each_entry(ptr, &(hash)[ix], node.hlist) \
|
/linux-6.6.21/scripts/gdb/linux/ |
D | clk.py | 14 return lists.hlist_for_each_entry(hlist_head,
|
/linux-6.6.21/io_uring/ |
D | fdinfo.c | 186 hlist_for_each_entry(req, &hb->list, hash_node) in io_uring_show_fdinfo() 193 hlist_for_each_entry(req, &hbl->list, hash_node) in io_uring_show_fdinfo()
|
/linux-6.6.21/drivers/net/wireguard/selftest/ |
D | allowedips.c | 158 hlist_for_each_entry(other, &table->head, table) { in horrible_insert_ordered() 167 hlist_for_each_entry(other, &table->head, table) { in horrible_insert_ordered() 219 hlist_for_each_entry(node, &table->head, table) { in horrible_allowedips_lookup_v4() 231 hlist_for_each_entry(node, &table->head, table) { in horrible_allowedips_lookup_v6()
|
/linux-6.6.21/fs/lockd/ |
D | host.c | 40 hlist_for_each_entry((host), (chain), h_hash) 249 hlist_for_each_entry(host, chain, h_hash) { in nlmclnt_lookup_host() 360 hlist_for_each_entry(host, chain, h_hash) { in nlmsvc_lookup_host()
|
/linux-6.6.21/net/atm/ |
D | lec.c | 1315 hlist_for_each_entry(entry, in lec_arp_remove() 1359 hlist_for_each_entry(rulla, in dump_arp_table() 1387 hlist_for_each_entry(rulla, &priv->lec_no_forward, next) { in dump_arp_table() 1409 hlist_for_each_entry(rulla, &priv->lec_arp_empty_ones, next) { in dump_arp_table() 1431 hlist_for_each_entry(rulla, &priv->mcast_fwds, next) { in dump_arp_table() 1523 hlist_for_each_entry(entry, head, next) { in lec_arp_find() 1887 hlist_for_each_entry(tmp, in lec_arp_update() 1979 hlist_for_each_entry(entry, in lec_vcc_added() 2063 hlist_for_each_entry(entry, in lec_flush_complete() 2097 hlist_for_each_entry(entry, in lec_set_flush_tran_id()
|
/linux-6.6.21/net/bridge/ |
D | br_cfm.c | 11 hlist_for_each_entry(mep, &br->mep_list, head) in br_mep_find() 658 hlist_for_each_entry(peer_mep, &mep->peer_mep_list, head) in br_cfm_cc_config_set() 663 hlist_for_each_entry(peer_mep, &mep->peer_mep_list, head) in br_cfm_cc_config_set()
|
/linux-6.6.21/drivers/net/ethernet/pensando/ionic/ |
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()
|