Home
last modified time | relevance | path

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

123

/linux-4.19.296/drivers/clk/
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()
530 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries()
533 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries()
548 hlist_for_each_entry(user, &core->clks, clks_node) in clk_core_check_boundaries()
1013 hlist_for_each_entry(child, &core->children, child_node) in clk_unprepare_unused_subtree()
1044 hlist_for_each_entry(child, &core->children, child_node) in clk_disable_unused_subtree()
1102 hlist_for_each_entry(core, &clk_root_list, child_node) in clk_disable_unused()
1105 hlist_for_each_entry(core, &clk_orphan_list, child_node) in clk_disable_unused()
[all …]
/linux-4.19.296/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)
Dif_team.h262 hlist_for_each_entry(port, head, hlist) in team_get_port_by_index()
/linux-4.19.296/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)
281 hlist_for_each_entry(__ax25, list, ax25_node)
Dinet_hashtables.h102 hlist_for_each_entry(tb, head, node)
/linux-4.19.296/fs/notify/
Dmark.c138 hlist_for_each_entry(mark, &conn->list, obj_list) { in __fsnotify_recalc_mask()
570 hlist_for_each_entry(lmark, &conn->list, obj_list) { in fsnotify_add_mark_list()
672 hlist_for_each_entry(mark, &conn->list, obj_list) { in fsnotify_find_mark()
747 hlist_for_each_entry(mark, &conn->list, obj_list) { in fsnotify_destroy_marks()
Dfsnotify.c126 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in __fsnotify_update_child_dentry_flags()
/linux-4.19.296/virt/kvm/
Dirqchip.c44 hlist_for_each_entry(e, &irq_rt->map[gsi], link) { in kvm_irq_map_gsi()
153 hlist_for_each_entry(ei, &rt->map[gsi], link) in setup_routing_entry()
/linux-4.19.296/fs/fscache/
Dcookie.c478 hlist_for_each_entry(object, &cookie->backing_objects, in fscache_alloc_object()
559 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
569 hlist_for_each_entry(p, &cookie->parent->backing_objects, in fscache_attach_object()
687 hlist_for_each_entry(object, in __fscache_update_cookie()
738 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
/linux-4.19.296/fs/afs/
Dcallback.c247 hlist_for_each_entry(vi, &server->cb_volumes, srv_link) { in afs_break_one_callback()
267 hlist_for_each_entry(cbi, &vi->cb_interests, cb_vlink) { in afs_break_one_callback()
Ddynroot.c271 hlist_for_each_entry(cell, &net->proc_cells, proc_link) { in afs_dynroot_populate()
/linux-4.19.296/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()
353 hlist_for_each_entry(host, chain, h_hash) { in nlmsvc_lookup_host()
Dsvcsubs.c97 hlist_for_each_entry(file, &nlm_files[hash], f_list) in nlm_lookup_file()
/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_doorbell.c131 hlist_for_each_entry(dbell, &vmci_doorbell_it.entries[bucket], in dbell_index_table_find()
365 hlist_for_each_entry(dbell, &vmci_doorbell_it.entries[bucket], node) { in dbell_fire_entries()
Dvmci_resource.c154 hlist_for_each_entry(r, &vmci_resource_table.entries[idx], node) { in vmci_resource_remove()
/linux-4.19.296/fs/9p/
Dfid.c76 hlist_for_each_entry(fid, h, dlist) { in v9fs_fid_find()
/linux-4.19.296/fs/
Dinode.c804 hlist_for_each_entry(inode, head, i_hash) { in find_inode()
835 hlist_for_each_entry(inode, head, i_hash) { in find_inode_fast()
1230 hlist_for_each_entry(inode, b, i_hash) { in test_inode_iunique()
1425 hlist_for_each_entry(inode, head, i_hash) { in find_inode_nowait()
1450 hlist_for_each_entry(old, head, i_hash) { in insert_inode_locked()
/linux-4.19.296/fs/fat/
Dnfs.c41 hlist_for_each_entry(i, head, i_dir_hash) { in fat_dget()
/linux-4.19.296/fs/ocfs2/
Ddcache.c175 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in ocfs2_find_local_alias()
/linux-4.19.296/fs/ecryptfs/
Dmessaging.c119 hlist_for_each_entry(*daemon, in ecryptfs_find_daemon_by_euid()
/linux-4.19.296/block/
Dblk-ioc.c193 hlist_for_each_entry(icq, &ioc->icq_list, ioc_node) { in put_io_context_active()
/linux-4.19.296/
D.clang-format238 - 'hlist_for_each_entry'
/linux-4.19.296/fs/btrfs/
Dprops.c81 hlist_for_each_entry(h, handlers, node) in find_prop_handler()

123