Home
last modified time | relevance | path

Searched refs:hlist_for_each_entry (Results 1 - 25 of 364) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/net/batman-adv/
H A Dbat_algo.c41 hlist_for_each_entry(bat_algo_ops_tmp, &batadv_algo_list, list) { in batadv_algo_get()
128 hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) { in batadv_algo_seq_print_text()
213 hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) { in batadv_algo_dump()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_hashtab.c73 hlist_for_each_entry(entry, h_list, head) in drm_ht_verbose_list()
86 hlist_for_each_entry(entry, h_list, head) { in drm_ht_find_key() function
124 hlist_for_each_entry(entry, h_list, head) { in drm_ht_insert_item() function
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_hashtab.c72 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() function
123 hlist_for_each_entry(entry, h_list, head) { in drm_ht_insert_item() function
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c168 hlist_for_each_entry(core, &clk_rpm_list, rpm_node) { in clk_pm_runtime_get_all()
181 hlist_for_each_entry(core, &clk_rpm_list, rpm_node) { in clk_pm_runtime_get_all()
202 hlist_for_each_entry(core, &clk_rpm_list, rpm_node) in clk_pm_runtime_put_all()
402 hlist_for_each_entry(child, &core->children, child_node) { in __clk_lookup_subtree()
420 hlist_for_each_entry(root_clk, &clk_root_list, child_node) { in clk_core_lookup()
427 hlist_for_each_entry(root_clk, &clk_orphan_list, child_node) { in clk_core_lookup()
729 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries()
732 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()
1195 hlist_for_each_entry(chil in clk_core_save_context()
[all...]
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c307 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()
716 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries()
719 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries()
750 hlist_for_each_entry(user, &core->clks, clks_node) in clk_core_check_boundaries()
1217 hlist_for_each_entry(child, &core->children, child_node) { in clk_core_save_context()
1236 hlist_for_each_entry(child, &core->children, child_node) in clk_core_restore_context()
1252 hlist_for_each_entry(clk, &clk_root_list, child_node) { in clk_save_context()
1258 hlist_for_each_entry(cl in clk_save_context()
[all...]
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/net/batman-adv/
H A Dbat_algo.c46 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()
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvcauth.c176 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup() function
229 hlist_for_each_entry(hp, &auth_domain_table[h], hash) in auth_domain_cleanup()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsvcauth.c204 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup() function
257 hlist_for_each_entry(hp, &auth_domain_table[h], hash) in auth_domain_cleanup()
/kernel/linux/linux-5.10/tools/lib/lockdep/
H A Dlockdep.c6 #define hlist_for_each_entry_rcu hlist_for_each_entry
/kernel/linux/linux-6.6/security/
H A Dsecurity.c770 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(h in security_task_prctl()
[all...]
/kernel/linux/linux-5.10/security/
H A Dsecurity.c708 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) \
717 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) { \
820 hlist_for_each_entry(hp, &security_hook_heads.vm_enough_memory, list) { in security_vm_enough_memory_mm()
872 hlist_for_each_entry(hp, &security_hook_heads.fs_context_parse_param, in security_fs_context_parse_param()
1386 hlist_for_each_entry(hp, &security_hook_heads.inode_getsecurity, list) { in security_inode_getsecurity()
1404 hlist_for_each_entry(hp, &security_hook_heads.inode_setsecurity, list) { in security_inode_setsecurity()
1442 hlist_for_each_entry(hp, in security_inode_copy_up_xattr()
1848 hlist_for_each_entry(hp, &security_hook_heads.task_prctl, list) { in security_task_prctl()
2017 hlist_for_each_entry(hp, &security_hook_heads.getprocattr, list) { in security_getprocattr()
2030 hlist_for_each_entry(h in security_setprocattr()
[all...]
/kernel/linux/linux-5.10/virt/kvm/
H A Dirqchip.c36 hlist_for_each_entry(e, &irq_rt->map[gsi], link) { in kvm_irq_map_gsi()
145 hlist_for_each_entry(ei, &rt->map[gsi], link) in setup_routing_entry()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_internal.h286 hlist_for_each_entry(obj, \
292 hlist_for_each_entry(obj, &name[bkt], member)
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c184 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_vlan() function
204 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_addr() function
/kernel/linux/linux-5.10/include/net/
H A Dnetrom.h161 hlist_for_each_entry(__nr_neigh, list, neigh_node)
167 hlist_for_each_entry(__nr_node, list, node_node)
/kernel/linux/linux-6.6/fs/9p/
H A Dfid.c70 hlist_for_each_entry(fid, h, ilist) { in v9fs_fid_find_inode() function
126 hlist_for_each_entry(fid, h, dlist) { in v9fs_fid_find() function
/kernel/linux/linux-6.6/include/net/
H A Dnetrom.h162 hlist_for_each_entry(__nr_neigh, list, neigh_node)
168 hlist_for_each_entry(__nr_node, list, node_node)
/kernel/linux/linux-6.6/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_internal.h286 hlist_for_each_entry(obj, \
292 hlist_for_each_entry(obj, &name[bkt], member)
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmpfs.h57 hlist_for_each_entry(ptr, &(hash)[ix], node.hlist) \
/kernel/linux/linux-5.10/tools/perf/util/
H A Dfncache.c32 hlist_for_each_entry(n, &fncache_hash[h], nd) { in lookup_fncache()

Completed in 26 milliseconds

12345678910>>...15