Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/clk/
Dclk.c181 hlist_for_each_entry(child, &core->children, child_node) in clk_unprepare_unused_subtree()
207 hlist_for_each_entry(child, &core->children, child_node) in clk_disable_unused_subtree()
255 hlist_for_each_entry(core, &clk_root_list, child_node) in clk_disable_unused()
258 hlist_for_each_entry(core, &clk_orphan_list, child_node) in clk_disable_unused()
261 hlist_for_each_entry(core, &clk_root_list, child_node) in clk_disable_unused()
264 hlist_for_each_entry(core, &clk_orphan_list, child_node) in clk_disable_unused()
314 hlist_for_each_entry(child, &core->children, child_node) { in __clk_lookup_subtree()
332 hlist_for_each_entry(root_clk, &clk_root_list, child_node) { in clk_core_lookup()
339 hlist_for_each_entry(root_clk, &clk_orphan_list, child_node) { in clk_core_lookup()
532 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries()
[all …]
/linux-4.4.14/include/linux/
Dhashtable.h124 hlist_for_each_entry(obj, &name[bkt], member)
161 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
Dif_team.h240 hlist_for_each_entry(port, head, hlist) in team_get_port_by_index()
Dlist.h714 #define hlist_for_each_entry(pos, head, member) \ macro
/linux-4.4.14/fs/fscache/
Dcookie.c287 hlist_for_each_entry(object, &cookie->backing_objects, in fscache_alloc_object()
365 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
375 hlist_for_each_entry(p, &cookie->parent->backing_objects, in fscache_attach_object()
498 hlist_for_each_entry(object, in __fscache_update_cookie()
542 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
/linux-4.4.14/fs/notify/
Dmark.c119 hlist_for_each_entry(mark, head, obj_list) in fsnotify_recalc_mask()
310 hlist_for_each_entry(lmark, head, obj_list) { in fsnotify_add_mark_list()
415 hlist_for_each_entry(mark, head, obj_list) { in fsnotify_find_mark()
Dfsnotify.c65 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in __fsnotify_update_child_dentry_flags()
/linux-4.4.14/include/net/
Dnetrom.h158 hlist_for_each_entry(__nr_neigh, list, neigh_node)
164 hlist_for_each_entry(__nr_node, list, node_node)
Dax25.h167 hlist_for_each_entry(__ax25, list, uid_node)
266 hlist_for_each_entry(__ax25, list, ax25_node)
Dinet_hashtables.h94 hlist_for_each_entry(tb, head, node)
Dsch_generic.h375 hlist_for_each_entry(cl, &hash->hash[h], hnode) { in qdisc_class_find()
Dsock.h673 hlist_for_each_entry(__sk, list, sk_node)
688 hlist_for_each_entry(__sk, list, sk_bind_node)
/linux-4.4.14/scripts/coccinelle/iterators/
Duse_after_iter.cocci32 iterator name hlist_for_each_entry;
114 hlist_for_each_entry(c,...) S
/linux-4.4.14/virt/kvm/
Dirqchip.c44 hlist_for_each_entry(e, &irq_rt->map[gsi], link) { in kvm_irq_map_gsi()
149 hlist_for_each_entry(ei, &rt->map[ue->gsi], link) in setup_routing_entry()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dremote_perm.c131 hlist_for_each_entry(lrp, head, lrp_list) { in do_check_remote_perm()
200 hlist_for_each_entry(tmp, head, lrp_list) { in ll_update_remote_perm()
Ddcache.c260 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in ll_invalidate_aliases()
Dnamei.c148 hlist_for_each_entry(dentry, &dir->i_dentry, d_u.d_alias) { in ll_invalidate_negative_children()
342 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in ll_find_alias()
/linux-4.4.14/net/batman-adv/
Dmain.c525 hlist_for_each_entry(bat_algo_ops_tmp, &batadv_algo_list, list) { in batadv_algo_get()
586 hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) { in batadv_algo_seq_print_text()
698 hlist_for_each_entry(tvlv_tmp, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_get()
730 hlist_for_each_entry(tvlv, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_list_size()
891 hlist_for_each_entry(tvlv, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_ogm_append()
Dfragmentation.c189 hlist_for_each_entry(frag_entry_curr, &chain->head, list) { in batadv_frag_insert_packet()
288 hlist_for_each_entry(entry, chain, list) { in batadv_frag_merge_packets()
Dmulticast.c98 hlist_for_each_entry(mcast_entry, mcast_list, list) in batadv_mcast_mla_is_duplicate()
Dbat_iv_ogm.c764 hlist_for_each_entry(forw_packet_pos, in batadv_iv_ogm_queue_add()
Dtranslation-table.c2300 hlist_for_each_entry(tt_req_node_tmp, &bat_priv->tt.req_list, list) { in batadv_tt_req_node_new()
/linux-4.4.14/fs/ecryptfs/
Dmessaging.c119 hlist_for_each_entry(*daemon, in ecryptfs_find_daemon_by_euid()
451 hlist_for_each_entry(daemon, in ecryptfs_release_messaging()
/linux-4.4.14/fs/lockd/
Dhost.c39 hlist_for_each_entry((host), (chain), h_hash)
241 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.4.14/net/sunrpc/
Dsvcauth.c148 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup()
Dcache.c67 hlist_for_each_entry(tmp, head, cache_list) { in sunrpc_cache_lookup()
93 hlist_for_each_entry(tmp, head, cache_list) { in sunrpc_cache_lookup()
1294 hlist_for_each_entry(ch, &cd->hash_table[hash], cache_list) in cache_seq_start()
Dauth.c590 hlist_for_each_entry(entry, &cache->hashtable[nr], cr_hash) { in rpcauth_lookup_credcache()
/linux-4.4.14/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()
Dvmci_resource.c152 hlist_for_each_entry(r, &vmci_resource_table.entries[idx], node) { in vmci_resource_remove()
/linux-4.4.14/net/xfrm/
Dxfrm_state.c563 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) { in xfrm_state_flush_secctx_check()
595 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) { in xfrm_state_flush()
662 hlist_for_each_entry(x, net->xfrm.state_byspi+h, byspi) { in __xfrm_state_lookup()
686 hlist_for_each_entry(x, net->xfrm.state_bysrc+h, bysrc) { in __xfrm_state_lookup_byaddr()
784 hlist_for_each_entry(x, net->xfrm.state_bydst+h, bydst) { in xfrm_state_find()
800 hlist_for_each_entry(x, net->xfrm.state_bydst+h_wildcard, bydst) { in xfrm_state_find()
894 hlist_for_each_entry(x, net->xfrm.state_bydst+h, bydst) { in xfrm_stateonly_find()
980 hlist_for_each_entry(x, net->xfrm.state_bydst+h, bydst) { in __xfrm_state_bump_genids()
1014 hlist_for_each_entry(x, net->xfrm.state_bydst+h, bydst) { in __find_acq_core()
1230 hlist_for_each_entry(x, net->xfrm.state_bydst+h, bydst) { in xfrm_migrate_state_find()
[all …]
Dxfrm_policy.c633 hlist_for_each_entry(pol, chain, bydst) { in xfrm_hash_rebuild()
680 hlist_for_each_entry(p, list, byidx) { in xfrm_gen_index()
760 hlist_for_each_entry(pol, chain, bydst) { in xfrm_policy_insert()
826 hlist_for_each_entry(pol, chain, bydst) { in xfrm_policy_bysel_ctx()
867 hlist_for_each_entry(pol, chain, byidx) { in xfrm_policy_byid()
902 hlist_for_each_entry(pol, in xfrm_policy_flush_secctx_check()
913 hlist_for_each_entry(pol, in xfrm_policy_flush_secctx_check()
953 hlist_for_each_entry(pol, in xfrm_policy_flush()
971 hlist_for_each_entry(pol, in xfrm_policy_flush()
1109 hlist_for_each_entry(pol, chain, bydst) { in xfrm_policy_lookup_bytype()
[all …]
/linux-4.4.14/net/atm/
Dlec.c1329 hlist_for_each_entry(entry, in lec_arp_remove()
1373 hlist_for_each_entry(rulla, in dump_arp_table()
1405 hlist_for_each_entry(rulla, &priv->lec_no_forward, next) { in dump_arp_table()
1430 hlist_for_each_entry(rulla, &priv->lec_arp_empty_ones, next) { in dump_arp_table()
1455 hlist_for_each_entry(rulla, &priv->mcast_fwds, next) { in dump_arp_table()
1550 hlist_for_each_entry(entry, head, next) { in lec_arp_find()
1917 hlist_for_each_entry(tmp, in lec_arp_update()
2027 hlist_for_each_entry(entry, in lec_vcc_added()
2111 hlist_for_each_entry(entry, in lec_flush_complete()
2145 hlist_for_each_entry(entry, in lec_set_flush_tran_id()
/linux-4.4.14/net/9p/
Derror.c230 hlist_for_each_entry(c, &hash_errmap[bucket], list) { in p9_errstr2errno()
/linux-4.4.14/fs/
Dinode.c780 hlist_for_each_entry(inode, head, i_hash) { in find_inode()
807 hlist_for_each_entry(inode, head, i_hash) { in find_inode_fast()
1143 hlist_for_each_entry(inode, b, i_hash) { in test_inode_iunique()
1325 hlist_for_each_entry(inode, head, i_hash) { in find_inode_nowait()
1350 hlist_for_each_entry(old, head, i_hash) { in insert_inode_locked()
1393 hlist_for_each_entry(old, head, i_hash) { in insert_inode_locked4()
Dpnode.c318 hlist_for_each_entry(n, tree_list, mnt_hash) { in propagate_mnt()
Dsuper.c466 hlist_for_each_entry(old, &type->fs_supers, s_instances) { in sget()
563 hlist_for_each_entry(sb, &type->fs_supers, s_instances) { in iterate_supers_type()
Ddcache.c863 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in __d_find_alias()
913 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in d_prune_aliases()
1815 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in __d_instantiate_unique()
Dnamespace.c734 hlist_for_each_entry(mp, chain, m_hash) { in lookup_mountpoint()
/linux-4.4.14/net/ipv4/
Dinet_fragment.c338 hlist_for_each_entry(qp, &hb->chain, list) { in inet_frag_intern()
414 hlist_for_each_entry(q, &hb->chain, list) { in inet_frag_find()
Dfib_semantics.c311 hlist_for_each_entry(fi, head, fib_hash) { in fib_find_info()
344 hlist_for_each_entry(nh, head, nh_hash) { in ip_fib_check_default()
1344 hlist_for_each_entry(fi, head, fib_lhash) { in fib_sync_down_addr()
1373 hlist_for_each_entry(nh, head, nh_hash) { in fib_sync_down_dev()
1527 hlist_for_each_entry(nh, head, nh_hash) { in fib_sync_up()
Dfib_trie.c971 hlist_for_each_entry(fa, fah, fa_list) { in fib_find_alias()
1056 hlist_for_each_entry(last, &l->leaf, fa_list) { in fib_insert_alias()
Dfib_frontend.c205 hlist_for_each_entry(tb, head, tb_hlist) in fib_flush_external()
/linux-4.4.14/kernel/
Duser.c116 hlist_for_each_entry(user, hashent, uidhash_node) { in uid_hash_find()
/linux-4.4.14/net/ax25/
Dax25_iface.c198 hlist_for_each_entry(lf, &ax25_linkfail_list, lf_node) in ax25_link_failed()
/linux-4.4.14/net/netfilter/
Dxt_RATEEST.c50 hlist_for_each_entry(est, &rateest_hash[h], list) { in xt_rateest_lookup()
Dxt_hashlimit.c359 hlist_for_each_entry(hinfo, &hashlimit_net->htables, node) { in htable_find_get()
835 hlist_for_each_entry(ent, &htable->hash[*bucket], node) in dl_seq_show()
895 hlist_for_each_entry(hinfo, &hashlimit_net->htables, node) in hashlimit_proc_net_exit()
Dnf_conntrack_expect.c143 hlist_for_each_entry(i, &net->ct.expect_hash[h], hnode) { in nf_ct_find_expectation()
377 hlist_for_each_entry(exp, &master_help->expectations, lnode) { in evict_oldest_expect()
Dnf_conntrack_helper.c373 hlist_for_each_entry(cur, &nf_ct_helper_hash[h], hnode) { in nf_conntrack_helper_register()
Dnf_conntrack_netlink.c2653 hlist_for_each_entry(exp, &net->ct.expect_hash[cb->args[0]], in ctnetlink_exp_dump_table()
2701 hlist_for_each_entry(exp, &help->expectations, lnode) { in ctnetlink_exp_ct_dump_table()
/linux-4.4.14/security/selinux/
Davc.c532 hlist_for_each_entry(node, head, list) { in avc_reclaim_node()
689 hlist_for_each_entry(pos, head, list) { in avc_insert()
845 hlist_for_each_entry(pos, head, list) { in avc_update_node()
929 hlist_for_each_entry(node, head, list) in avc_flush()
/linux-4.4.14/net/sched/
Dsch_drr.c300 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
458 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
Dsch_qfq.c280 hlist_for_each_entry(agg, &q->nonfull_aggs, nonfull_next) in qfq_find_agg()
685 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_walk()
1430 hlist_for_each_entry(agg, slot, next) { in qfq_drop_from_slot()
1512 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_reset_qdisc()
Dsch_cbq.c1037 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_normalize_quanta()
1079 hlist_for_each_entry(c, &q->clhash.hash[h], in cbq_sync_defmap()
1215 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_reset()
1689 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) in cbq_destroy()
2000 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_walk()
Dsch_hfsc.c1397 hlist_for_each_entry(cl, &q->clhash.hash[i], in hfsc_walk()
1526 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc()
1544 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_destroy_qdisc()
1567 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_dump_qdisc()
Dsch_htb.c980 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset()
1255 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) in htb_destroy()
1570 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_walk()
/linux-4.4.14/fs/9p/
Dfid.c76 hlist_for_each_entry(fid, h, dlist) { in v9fs_fid_find()
/linux-4.4.14/net/mac80211/
Dmesh_pathtbl.c557 hlist_for_each_entry(node, bucket, list) { in mesh_path_add()
708 hlist_for_each_entry(node, bucket, list) { in mpp_path_add()
901 hlist_for_each_entry(node, bucket, list) { in mesh_path_del()
/linux-4.4.14/fs/ocfs2/
Ddcache.c175 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in ocfs2_find_local_alias()
/linux-4.4.14/fs/fat/
Dnfs.c41 hlist_for_each_entry(i, head, i_dir_hash) { in fat_dget()
Dinode.c413 hlist_for_each_entry(i, head, i_fat_hash) { in fat_iget()
/linux-4.4.14/net/openvswitch/
Dflow_table.c360 hlist_for_each_entry(flow, head, in flow_table_copy_flows()
364 hlist_for_each_entry(flow, head, in flow_table_copy_flows()
Ddatapath.c2253 hlist_for_each_entry(vport, &dp->ports[i], dp_hash_node) { in list_vports_from_net()
/linux-4.4.14/block/
Dblk-ioc.c182 hlist_for_each_entry(icq, &ioc->icq_list, ioc_node) { in put_io_context_active()
Dbsg.c786 hlist_for_each_entry(bd, bsg_dev_idx_hash(minor), dev_list) { in __bsg_get_device()
Dblk-cgroup.c451 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_reset_stats()
Dcfq-iosched.c1842 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in __cfq_set_weight()
/linux-4.4.14/net/bridge/
Dbr_fdb.c475 hlist_for_each_entry(fdb, head, hlist) { in fdb_find()
1045 hlist_for_each_entry(fdb, &br->hash[i], hlist) { in br_fdb_sync_static()
1059 hlist_for_each_entry(tmp, &br->hash[i], hlist) { in br_fdb_sync_static()
Dbr_multicast.c202 hlist_for_each_entry(mp, &old->mhash[i], hlist[old->ver]) in br_mdb_copy()
212 hlist_for_each_entry(mp, &new->mhash[i], hlist[new->ver]) in br_mdb_copy()
538 hlist_for_each_entry(mp, &mdb->mhash[hash], hlist[mdb->ver]) { in br_multicast_get_group()
1212 hlist_for_each_entry(p, &br->router_list, rlist) { in br_multicast_add_router()
/linux-4.4.14/net/ipv6/
Dxfrm6_tunnel.c121 hlist_for_each_entry(x6spi, in __xfrm6_tunnel_spi_check()
Daddrconf.c1685 hlist_for_each_entry(ifp, &inet6_addr_lst[hash], addr_lst) { in ipv6_chk_same_addr()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_clsf.c160 hlist_for_each_entry(tpos, h, node) in htbl_key_search()
/linux-4.4.14/lib/
Ddebugobjects.c118 hlist_for_each_entry(obj, &b->list, node) { in lookup_object()
1053 hlist_for_each_entry(obj, &objects, node) { in debug_objects_replace_static_objects()
Dlru_cache.c270 hlist_for_each_entry(e, lc_hash_slot(lc, enr), colision) { in __lc_find()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_ctl.c1535 hlist_for_each_entry(svc, &ip_vs_svc_table[idx], s_list) { in ip_vs_dst_event()
1544 hlist_for_each_entry(svc, &ip_vs_svc_fwm_table[idx], f_list) { in ip_vs_dst_event()
1585 hlist_for_each_entry(svc, &ip_vs_svc_table[idx], s_list) { in ip_vs_zero_all()
1592 hlist_for_each_entry(svc, &ip_vs_svc_fwm_table[idx], f_list) { in ip_vs_zero_all()
2490 hlist_for_each_entry(svc, &ip_vs_svc_table[idx], s_list) { in __ip_vs_get_service_entries()
2509 hlist_for_each_entry(svc, &ip_vs_svc_fwm_table[idx], f_list) { in __ip_vs_get_service_entries()
3010 hlist_for_each_entry(svc, &ip_vs_svc_table[i], s_list) { in ip_vs_genl_dump_services()
3021 hlist_for_each_entry(svc, &ip_vs_svc_fwm_table[i], f_list) { in ip_vs_genl_dump_services()
/linux-4.4.14/drivers/md/persistent-data/
Ddm-transaction-manager.c110 hlist_for_each_entry(si, tm->buckets + bucket, hlist) in is_shadow()
/linux-4.4.14/arch/x86/kvm/
Dirq_comm.c358 hlist_for_each_entry(entry, &table->map[i], link) { in kvm_scan_ioapic_routes()
Dmmu.c1887 hlist_for_each_entry(_sp, \
Dvmx.c10727 hlist_for_each_entry(e, &irq_rt->map[guest_irq], link) { in vmx_update_pi_irte()
/linux-4.4.14/net/llc/
Dllc_sap.c400 hlist_for_each_entry(llc, dev_hb, dev_hash_node) { in llc_sap_mcast()
/linux-4.4.14/fs/btrfs/
Dprops.c93 hlist_for_each_entry(h, handlers, node) in find_prop_handler()
/linux-4.4.14/fs/exportfs/
Dexpfs.c53 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in find_acceptable_alias()
/linux-4.4.14/net/decnet/
Ddn_table.c506 hlist_for_each_entry(tb, &dn_fib_table_hash[h], hlist) { in dn_fib_dump()
895 hlist_for_each_entry(tb, &dn_fib_table_hash[h], hlist) in dn_fib_flush()
/linux-4.4.14/drivers/md/
Ddm-cache-policy-cleaner.c147 hlist_for_each_entry(cur, bucket, hlist) { in lookup_cache_entry()
Ddm-cache-policy-mq.c508 hlist_for_each_entry(e, bucket, hlist) in hash_lookup()
Ddm-snap.c266 hlist_for_each_entry(c, in __chunk_is_tracked()
Draid5.c567 hlist_for_each_entry(sh, stripe_hash(conf, sector), hash) in __find_stripe()
/linux-4.4.14/drivers/infiniband/core/
Dfmr_pool.c127 hlist_for_each_entry(fmr, bucket, cache_node) in ib_fmr_cache_lookup()
Diwpm_util.c666 hlist_for_each_entry(map_info, &iwpm_hash_bucket[i], in iwpm_send_mapinfo()
Dcma.c1297 hlist_for_each_entry(id_priv, &bind_list->owners, node) { in cma_find_listener()
2777 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port()
/linux-4.4.14/kernel/time/
Dtimer.c1280 hlist_for_each_entry(nte, base->tv1.vec + slot, entry) { in __next_timer_interrupt()
1311 hlist_for_each_entry(nte, varp->vec + slot, entry) { in __next_timer_interrupt()
/linux-4.4.14/drivers/android/
Dbinder.c3039 hlist_for_each_entry(ref, &node->refs, node_entry) { in binder_node_release()
3331 hlist_for_each_entry(ref, &node->refs, node_entry) in print_binder_node()
3341 hlist_for_each_entry(ref, &node->refs, node_entry) in print_binder_node()
3549 hlist_for_each_entry(node, &binder_dead_nodes, dead_node) in binder_state_show()
3552 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_state_show()
3571 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_stats_show()
3587 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_transactions_show()
/linux-4.4.14/include/net/sctp/
Dsctp.h542 hlist_for_each_entry(epb, head, node)
/linux-4.4.14/net/core/
Dflow.c221 hlist_for_each_entry(tfle, &fcp->hash_table[hash], u.hlist) { in flow_cache_lookup()
Ddev.c728 hlist_for_each_entry(dev, head, name_hlist) in __dev_get_by_name()
803 hlist_for_each_entry(dev, head, index_hlist) in __dev_get_by_index()
Drtnetlink.c1453 hlist_for_each_entry(dev, head, index_hlist) { in rtnl_dump_ifinfo()
/linux-4.4.14/fs/affs/
Damigaffs.c126 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in affs_fix_dcache()
/linux-4.4.14/net/l2tp/
Dl2tp_core.c269 hlist_for_each_entry(session, session_list, hlist) { in l2tp_session_find()
289 hlist_for_each_entry(session, &tunnel->session_hlist[hash], hlist) { in l2tp_session_find_nth()
/linux-4.4.14/tools/perf/util/
Devlist.c619 hlist_for_each_entry(sid, head, node) in perf_evlist__id2sid()
705 hlist_for_each_entry(sid, head, node) { in perf_evlist__event2evsel()
Dauxtrace.c1386 hlist_for_each_entry(entry, hlist, hash) { in auxtrace_cache__lookup()
/linux-4.4.14/mm/
Dksm.c500 hlist_for_each_entry(rmap_item, &stable_node->hlist, hlist) { in remove_node_from_stable_tree()
1931 hlist_for_each_entry(rmap_item, &stable_node->hlist, hlist) { in rmap_walk_ksm()
Dkmemleak.c1288 hlist_for_each_entry(area, &object->area_list, node) in scan_object()
/linux-4.4.14/crypto/
Dalgapi.c482 hlist_for_each_entry(inst, list, list) { in crypto_unregister_template()
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmdebug.c454 hlist_for_each_entry(mle, bucket, master_hash_node) { in debug_mle_print()
Ddlmrecovery.c2157 hlist_for_each_entry(res, bucket, hash_node) { in dlm_finish_local_lockres_recovery()
2341 hlist_for_each_entry(res, bucket, hash_node) { in dlm_do_local_recovery_cleanup()
Ddlmdomain.c202 hlist_for_each_entry(res, bucket, hash_node) { in __dlm_lookup_lockres_full()
Ddlmmaster.c351 hlist_for_each_entry(tmpmle, bucket, master_hash_node) { in dlm_find_mle()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_flow_table.c76 hlist_for_each_entry(hn, &hash[ix], hlist) in mlx5e_add_eth_addr_to_hash()
/linux-4.4.14/drivers/pci/
Dpci.c944 hlist_for_each_entry(tmp, &pci_dev->saved_cap_space, next) { in _pci_find_saved_cap()
1170 hlist_for_each_entry(tmp, &dev->saved_cap_space, next) in pci_store_saved_state()
1181 hlist_for_each_entry(tmp, &dev->saved_cap_space, next) { in pci_store_saved_state()
/linux-4.4.14/net/can/
Dgw.c844 hlist_for_each_entry(gwj, &cgw_list, list) { in cgw_create_job()
/linux-4.4.14/kernel/trace/
Dtrace_output.c608 hlist_for_each_entry(event, &event_hash[key], node) { in ftrace_find_event()
Dftrace.c1387 hlist_for_each_entry(entry, &hash->buckets[i], hlist) { in alloc_and_copy_ftrace_hash()
/linux-4.4.14/drivers/md/bcache/
Drequest.c413 hlist_for_each_entry(i, iohash(dc, bio->bi_iter.bi_sector), hash) in check_should_bypass()
/linux-4.4.14/net/nfc/
Dllcp_core.c1324 hlist_for_each_entry(sdp, &local->pending_sdreqs, node) { in nfc_llcp_recv_snl()
/linux-4.4.14/fs/dlm/
Dlowcomms.c184 hlist_for_each_entry(con, &connection_hash[r], list) { in __find_con()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c281 hlist_for_each_entry(filter, in mlx4_en_filter_find()
1110 hlist_for_each_entry(entry, bucket, hlist) { in mlx4_en_do_uc_filter()
/linux-4.4.14/drivers/xen/
Dxen-scsiback.c886 hlist_for_each_entry(se_lun, &tpg_entry->se_tpg.tpg_lun_hlist, link) { in scsiback_add_translation_entry()
/linux-4.4.14/drivers/net/wireless/
Dzd1201.c368 hlist_for_each_entry(frag, &zd->fraglist, fnode) in zd1201_usbrx()
/linux-4.4.14/arch/sparc/kernel/
Dldc.c962 hlist_for_each_entry(lp, &ldc_channel_list, list) { in __ldc_channel_exists()
/linux-4.4.14/fs/cifs/
Dinode.c924 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) {
/linux-4.4.14/kernel/sched/
Dcore.c2453 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) in __fire_sched_in_preempt_notifiers()
2469 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) in __fire_sched_out_preempt_notifiers()
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c3658 hlist_for_each_entry(trans, rhp, r_list) { in xlog_recover_ophdr_to_trans()