Home
last modified time | relevance | path

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

123456

/Linux-v4.19/net/batman-adv/
Dbat_algo.c53 hlist_for_each_entry(bat_algo_ops_tmp, &batadv_algo_list, list) { in batadv_algo_get()
140 hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) { in batadv_algo_seq_print_text()
225 hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) { in batadv_algo_dump()
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()
341 hlist_for_each_entry(tvlv, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_ogm_append()
Dfragmentation.c196 hlist_for_each_entry(frag_entry_curr, &chain->fragment_list, list) { in batadv_frag_insert_packet()
299 hlist_for_each_entry(entry, chain, list) { in batadv_frag_merge_packets()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_hashtab.c69 hlist_for_each_entry(entry, h_list, head) in drm_ht_verbose_list()
82 hlist_for_each_entry(entry, h_list, head) { in drm_ht_find_key()
120 hlist_for_each_entry(entry, h_list, head) { in drm_ht_insert_item()
/Linux-v4.19/tools/include/linux/
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-v4.19/include/linux/
Dhashtable.h129 hlist_for_each_entry(obj, &name[bkt], member)
166 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
Dudp.h119 hlist_for_each_entry(__sk, list, __sk_common.skc_portaddr_node)
/Linux-v4.19/drivers/clk/
Dclk.c286 hlist_for_each_entry(child, &core->children, child_node) { in __clk_lookup_subtree()
304 hlist_for_each_entry(root_clk, &clk_root_list, child_node) { in clk_core_lookup()
311 hlist_for_each_entry(root_clk, &clk_orphan_list, child_node) { in clk_core_lookup()
509 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries()
512 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries()
975 hlist_for_each_entry(child, &core->children, child_node) in clk_unprepare_unused_subtree()
1006 hlist_for_each_entry(child, &core->children, child_node) in clk_disable_unused_subtree()
1064 hlist_for_each_entry(core, &clk_root_list, child_node) in clk_disable_unused()
1067 hlist_for_each_entry(core, &clk_orphan_list, child_node) in clk_disable_unused()
1070 hlist_for_each_entry(core, &clk_root_list, child_node) in clk_disable_unused()
[all …]
/Linux-v4.19/tools/lib/lockdep/
Dlockdep.c6 #define hlist_for_each_entry_rcu hlist_for_each_entry
/Linux-v4.19/include/net/
Dnetrom.h161 hlist_for_each_entry(__nr_neigh, list, neigh_node)
167 hlist_for_each_entry(__nr_node, list, node_node)
Dax25.h169 hlist_for_each_entry(__ax25, list, uid_node)
268 hlist_for_each_entry(__ax25, list, ax25_node)
/Linux-v4.19/fs/notify/
Dmark.c138 hlist_for_each_entry(mark, &conn->list, obj_list) { in __fsnotify_recalc_mask()
548 hlist_for_each_entry(lmark, &conn->list, obj_list) { in fsnotify_add_mark_list()
650 hlist_for_each_entry(mark, &conn->list, obj_list) { in fsnotify_find_mark()
724 hlist_for_each_entry(mark, &conn->list, obj_list) { in fsnotify_destroy_marks()
/Linux-v4.19/scripts/coccinelle/iterators/
Duse_after_iter.cocci32 iterator name hlist_for_each_entry;
114 hlist_for_each_entry(c,...) S
/Linux-v4.19/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_internal.h286 hlist_for_each_entry(obj, \
292 hlist_for_each_entry(obj, &name[bkt], member)
/Linux-v4.19/virt/kvm/
Dirqchip.c44 hlist_for_each_entry(e, &irq_rt->map[gsi], link) { in kvm_irq_map_gsi()
152 hlist_for_each_entry(ei, &rt->map[ue->gsi], link) in setup_routing_entry()
/Linux-v4.19/fs/fscache/
Dcookie.c490 hlist_for_each_entry(object, &cookie->backing_objects, in fscache_alloc_object()
571 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
581 hlist_for_each_entry(p, &cookie->parent->backing_objects, in fscache_attach_object()
699 hlist_for_each_entry(object, in __fscache_update_cookie()
750 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmpfs.h57 hlist_for_each_entry(ptr, &(hash)[ix], node.hlist) \
/Linux-v4.19/fs/afs/
Dcallback.c253 hlist_for_each_entry(vi, &server->cb_volumes, srv_link) { in afs_break_one_callback()
273 hlist_for_each_entry(cbi, &vi->cb_interests, cb_vlink) { in afs_break_one_callback()
/Linux-v4.19/fs/lockd/
Dhost.c40 hlist_for_each_entry((host), (chain), h_hash)
242 hlist_for_each_entry(host, chain, h_hash) { in nlmclnt_lookup_host()
354 hlist_for_each_entry(host, chain, h_hash) { in nlmsvc_lookup_host()
/Linux-v4.19/security/
Dsecurity.c215 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) \
224 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) { \
331 hlist_for_each_entry(hp, &security_hook_heads.vm_enough_memory, list) { in security_vm_enough_memory_mm()
819 hlist_for_each_entry(hp, &security_hook_heads.inode_getsecurity, list) { in security_inode_getsecurity()
837 hlist_for_each_entry(hp, &security_hook_heads.inode_setsecurity, list) { in security_inode_setsecurity()
1163 hlist_for_each_entry(hp, &security_hook_heads.task_prctl, list) { in security_task_prctl()
1694 hlist_for_each_entry(hp, &security_hook_heads.xfrm_state_pol_flow_match, in security_xfrm_state_pol_flow_match()
/Linux-v4.19/net/atm/
Dlec.c1314 hlist_for_each_entry(entry, in lec_arp_remove()
1358 hlist_for_each_entry(rulla, in dump_arp_table()
1390 hlist_for_each_entry(rulla, &priv->lec_no_forward, next) { in dump_arp_table()
1415 hlist_for_each_entry(rulla, &priv->lec_arp_empty_ones, next) { in dump_arp_table()
1440 hlist_for_each_entry(rulla, &priv->mcast_fwds, next) { in dump_arp_table()
1535 hlist_for_each_entry(entry, head, next) { in lec_arp_find()
1901 hlist_for_each_entry(tmp, in lec_arp_update()
2011 hlist_for_each_entry(entry, in lec_vcc_added()
2095 hlist_for_each_entry(entry, in lec_flush_complete()
2129 hlist_for_each_entry(entry, in lec_set_flush_tran_id()
/Linux-v4.19/net/sunrpc/
Dsvcauth.c154 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup()
/Linux-v4.19/net/9p/
Derror.c230 hlist_for_each_entry(c, &hash_errmap[bucket], list) { in p9_errstr2errno()
/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_doorbell.c131 hlist_for_each_entry(dbell, &vmci_doorbell_it.entries[bucket], in dbell_index_table_find()
364 hlist_for_each_entry(dbell, &vmci_doorbell_it.entries[bucket], node) { in dbell_fire_entries()
/Linux-v4.19/net/netfilter/
Dxt_hashlimit.c427 hlist_for_each_entry(hinfo, &hashlimit_net->htables, node) { in htable_find_get()
1182 hlist_for_each_entry(ent, &htable->hash[*bucket], node) in dl_seq_show_v2()
1196 hlist_for_each_entry(ent, &htable->hash[*bucket], node) in dl_seq_show_v1()
1210 hlist_for_each_entry(ent, &htable->hash[*bucket], node) in dl_seq_show()
1265 hlist_for_each_entry(hinfo, &hashlimit_net->htables, node) in hashlimit_proc_net_exit()

123456