Home
last modified time | relevance | path

Searched defs:hlist_for_each_entry (Results 1 - 25 of 109) sorted by relevance

12345

/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dlists.py54 def hlist_for_each_entry(head, gdbtype, member): function
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dlists.py59 def hlist_for_each_entry(head, gdbtype, member): function
/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/fs/9p/
H A Dfid.c61 hlist_for_each_entry(fid, h, dlist) { in v9fs_fid_find() function
/kernel/linux/linux-5.10/kernel/
H A Duser.c125 hlist_for_each_entry(user, hashent, uidhash_node) { in uid_hash_find() function
H A Ducount.c121 hlist_for_each_entry(ucounts, hashent, node) { in find_ucounts() function
/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/kernel/
H A Duser.c122 hlist_for_each_entry(user, hashent, uidhash_node) { in uid_hash_find() function
/kernel/linux/linux-5.10/block/
H A Dkeyslot-manager.c154 hlist_for_each_entry(slotp, head, hash_node) { in blk_ksm_find_keyslot() function
H A Dbsg.c272 hlist_for_each_entry(bd, bsg_dev_idx_hash(minor), dev_list) { in __bsg_get_device() function
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvcauth.c176 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup() function
/kernel/linux/linux-5.10/net/ethtool/
H A Dtunnels.c257 hlist_for_each_entry(dev, head, index_hlist) { in ethnl_tunnel_info_dumpit() function
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_hashtab.c86 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.c85 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-6.6/net/sunrpc/
H A Dsvcauth.c204 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup() function
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dnip_fib.c118 hlist_for_each_entry(fib_node, h, fib_hlist) { in is_nip_route_exist() function
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib_vlan.c77 hlist_for_each_entry(node, h, hlist) { in mlx5i_find_qpn_to_netdev_node() function
/kernel/linux/linux-5.10/fs/lockd/
H A Dhost.c249 hlist_for_each_entry(host, chain, h_hash) { in nlmclnt_lookup_host() function
360 hlist_for_each_entry(host, chain, h_hash) { in nlmsvc_lookup_host() function
/kernel/linux/linux-5.10/fs/fat/
H A Dnfs.c32 hlist_for_each_entry(i, head, i_dir_hash) { in fat_dget() function
/kernel/linux/linux-5.10/lib/
H A Dlru_cache.c256 hlist_for_each_entry(e, lc_hash_slot(lc, enr), colision) { in __lc_find() function
/kernel/linux/linux-5.10/fs/
H A Dpnode.c327 hlist_for_each_entry(n, tree_list, mnt_hash) { in propagate_mnt() function
/kernel/linux/linux-5.10/net/batman-adv/
H A Dfragmentation.c287 hlist_for_each_entry(entry, chain, list) { in batadv_frag_merge_packets() function
/kernel/linux/linux-5.10/net/llc/
H A Dllc_sap.c400 hlist_for_each_entry(llc, dev_hb, dev_hash_node) { in llc_sap_mcast() function
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib_vlan.c77 hlist_for_each_entry(node, h, hlist) { in mlx5i_find_qpn_to_netdev_node() function
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c194 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_vlan() function
214 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_addr() function
233 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_rxsteer() function

Completed in 22 milliseconds

12345