/linux-4.4.14/drivers/gpu/drm/ |
D | drm_hashtab.c | 69 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/ |
D | clk.c | 181 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/ |
D | hashtable.h | 124 hlist_for_each_entry(obj, &name[bkt], member) 161 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
|
D | if_team.h | 240 hlist_for_each_entry(port, head, hlist) in team_get_port_by_index()
|
D | list.h | 714 #define hlist_for_each_entry(pos, head, member) \ macro
|
/linux-4.4.14/fs/fscache/ |
D | cookie.c | 287 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/ |
D | mark.c | 119 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()
|
D | fsnotify.c | 65 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in __fsnotify_update_child_dentry_flags()
|
/linux-4.4.14/include/net/ |
D | netrom.h | 158 hlist_for_each_entry(__nr_neigh, list, neigh_node) 164 hlist_for_each_entry(__nr_node, list, node_node)
|
D | ax25.h | 167 hlist_for_each_entry(__ax25, list, uid_node) 266 hlist_for_each_entry(__ax25, list, ax25_node)
|
D | inet_hashtables.h | 94 hlist_for_each_entry(tb, head, node)
|
D | sch_generic.h | 375 hlist_for_each_entry(cl, &hash->hash[h], hnode) { in qdisc_class_find()
|
D | sock.h | 673 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/ |
D | use_after_iter.cocci | 32 iterator name hlist_for_each_entry; 114 hlist_for_each_entry(c,...) S
|
/linux-4.4.14/virt/kvm/ |
D | irqchip.c | 44 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/ |
D | remote_perm.c | 131 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()
|
D | dcache.c | 260 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in ll_invalidate_aliases()
|
D | namei.c | 148 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/ |
D | main.c | 525 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()
|
D | fragmentation.c | 189 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()
|
D | multicast.c | 98 hlist_for_each_entry(mcast_entry, mcast_list, list) in batadv_mcast_mla_is_duplicate()
|
D | bat_iv_ogm.c | 764 hlist_for_each_entry(forw_packet_pos, in batadv_iv_ogm_queue_add()
|
D | translation-table.c | 2300 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/ |
D | messaging.c | 119 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/ |
D | host.c | 39 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()
|
D | svcsubs.c | 97 hlist_for_each_entry(file, &nlm_files[hash], f_list) in nlm_lookup_file()
|
/linux-4.4.14/net/sunrpc/ |
D | svcauth.c | 148 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup()
|
D | cache.c | 67 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()
|
D | auth.c | 590 hlist_for_each_entry(entry, &cache->hashtable[nr], cr_hash) { in rpcauth_lookup_credcache()
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_doorbell.c | 131 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()
|
D | vmci_resource.c | 152 hlist_for_each_entry(r, &vmci_resource_table.entries[idx], node) { in vmci_resource_remove()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_state.c | 563 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 …]
|
D | xfrm_policy.c | 633 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/ |
D | lec.c | 1329 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/ |
D | error.c | 230 hlist_for_each_entry(c, &hash_errmap[bucket], list) { in p9_errstr2errno()
|
/linux-4.4.14/fs/ |
D | inode.c | 780 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()
|
D | pnode.c | 318 hlist_for_each_entry(n, tree_list, mnt_hash) { in propagate_mnt()
|
D | super.c | 466 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()
|
D | dcache.c | 863 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()
|
D | namespace.c | 734 hlist_for_each_entry(mp, chain, m_hash) { in lookup_mountpoint()
|
/linux-4.4.14/net/ipv4/ |
D | inet_fragment.c | 338 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()
|
D | fib_semantics.c | 311 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()
|
D | fib_trie.c | 971 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()
|
D | fib_frontend.c | 205 hlist_for_each_entry(tb, head, tb_hlist) in fib_flush_external()
|
/linux-4.4.14/kernel/ |
D | user.c | 116 hlist_for_each_entry(user, hashent, uidhash_node) { in uid_hash_find()
|
/linux-4.4.14/net/ax25/ |
D | ax25_iface.c | 198 hlist_for_each_entry(lf, &ax25_linkfail_list, lf_node) in ax25_link_failed()
|
/linux-4.4.14/net/netfilter/ |
D | xt_RATEEST.c | 50 hlist_for_each_entry(est, &rateest_hash[h], list) { in xt_rateest_lookup()
|
D | xt_hashlimit.c | 359 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()
|
D | nf_conntrack_expect.c | 143 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()
|
D | nf_conntrack_helper.c | 373 hlist_for_each_entry(cur, &nf_ct_helper_hash[h], hnode) { in nf_conntrack_helper_register()
|
D | nf_conntrack_netlink.c | 2653 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/ |
D | avc.c | 532 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/ |
D | sch_drr.c | 300 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()
|
D | sch_qfq.c | 280 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()
|
D | sch_cbq.c | 1037 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()
|
D | sch_hfsc.c | 1397 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()
|
D | sch_htb.c | 980 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/ |
D | fid.c | 76 hlist_for_each_entry(fid, h, dlist) { in v9fs_fid_find()
|
/linux-4.4.14/net/mac80211/ |
D | mesh_pathtbl.c | 557 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/ |
D | dcache.c | 175 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in ocfs2_find_local_alias()
|
/linux-4.4.14/fs/fat/ |
D | nfs.c | 41 hlist_for_each_entry(i, head, i_dir_hash) { in fat_dget()
|
D | inode.c | 413 hlist_for_each_entry(i, head, i_fat_hash) { in fat_iget()
|
/linux-4.4.14/net/openvswitch/ |
D | flow_table.c | 360 hlist_for_each_entry(flow, head, in flow_table_copy_flows() 364 hlist_for_each_entry(flow, head, in flow_table_copy_flows()
|
D | datapath.c | 2253 hlist_for_each_entry(vport, &dp->ports[i], dp_hash_node) { in list_vports_from_net()
|
/linux-4.4.14/block/ |
D | blk-ioc.c | 182 hlist_for_each_entry(icq, &ioc->icq_list, ioc_node) { in put_io_context_active()
|
D | bsg.c | 786 hlist_for_each_entry(bd, bsg_dev_idx_hash(minor), dev_list) { in __bsg_get_device()
|
D | blk-cgroup.c | 451 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_reset_stats()
|
D | cfq-iosched.c | 1842 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in __cfq_set_weight()
|
/linux-4.4.14/net/bridge/ |
D | br_fdb.c | 475 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()
|
D | br_multicast.c | 202 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/ |
D | xfrm6_tunnel.c | 121 hlist_for_each_entry(x6spi, in __xfrm6_tunnel_spi_check()
|
D | addrconf.c | 1685 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/ |
D | enic_clsf.c | 160 hlist_for_each_entry(tpos, h, node) in htbl_key_search()
|
/linux-4.4.14/lib/ |
D | debugobjects.c | 118 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()
|
D | lru_cache.c | 270 hlist_for_each_entry(e, lc_hash_slot(lc, enr), colision) { in __lc_find()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 1535 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/ |
D | dm-transaction-manager.c | 110 hlist_for_each_entry(si, tm->buckets + bucket, hlist) in is_shadow()
|
/linux-4.4.14/arch/x86/kvm/ |
D | irq_comm.c | 358 hlist_for_each_entry(entry, &table->map[i], link) { in kvm_scan_ioapic_routes()
|
D | mmu.c | 1887 hlist_for_each_entry(_sp, \
|
D | vmx.c | 10727 hlist_for_each_entry(e, &irq_rt->map[guest_irq], link) { in vmx_update_pi_irte()
|
/linux-4.4.14/net/llc/ |
D | llc_sap.c | 400 hlist_for_each_entry(llc, dev_hb, dev_hash_node) { in llc_sap_mcast()
|
/linux-4.4.14/fs/btrfs/ |
D | props.c | 93 hlist_for_each_entry(h, handlers, node) in find_prop_handler()
|
/linux-4.4.14/fs/exportfs/ |
D | expfs.c | 53 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in find_acceptable_alias()
|
/linux-4.4.14/net/decnet/ |
D | dn_table.c | 506 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/ |
D | dm-cache-policy-cleaner.c | 147 hlist_for_each_entry(cur, bucket, hlist) { in lookup_cache_entry()
|
D | dm-cache-policy-mq.c | 508 hlist_for_each_entry(e, bucket, hlist) in hash_lookup()
|
D | dm-snap.c | 266 hlist_for_each_entry(c, in __chunk_is_tracked()
|
D | raid5.c | 567 hlist_for_each_entry(sh, stripe_hash(conf, sector), hash) in __find_stripe()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | fmr_pool.c | 127 hlist_for_each_entry(fmr, bucket, cache_node) in ib_fmr_cache_lookup()
|
D | iwpm_util.c | 666 hlist_for_each_entry(map_info, &iwpm_hash_bucket[i], in iwpm_send_mapinfo()
|
D | cma.c | 1297 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/ |
D | timer.c | 1280 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/ |
D | binder.c | 3039 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/ |
D | sctp.h | 542 hlist_for_each_entry(epb, head, node)
|
/linux-4.4.14/net/core/ |
D | flow.c | 221 hlist_for_each_entry(tfle, &fcp->hash_table[hash], u.hlist) { in flow_cache_lookup()
|
D | dev.c | 728 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()
|
D | rtnetlink.c | 1453 hlist_for_each_entry(dev, head, index_hlist) { in rtnl_dump_ifinfo()
|
/linux-4.4.14/fs/affs/ |
D | amigaffs.c | 126 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in affs_fix_dcache()
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_core.c | 269 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/ |
D | evlist.c | 619 hlist_for_each_entry(sid, head, node) in perf_evlist__id2sid() 705 hlist_for_each_entry(sid, head, node) { in perf_evlist__event2evsel()
|
D | auxtrace.c | 1386 hlist_for_each_entry(entry, hlist, hash) { in auxtrace_cache__lookup()
|
/linux-4.4.14/mm/ |
D | ksm.c | 500 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()
|
D | kmemleak.c | 1288 hlist_for_each_entry(area, &object->area_list, node) in scan_object()
|
/linux-4.4.14/crypto/ |
D | algapi.c | 482 hlist_for_each_entry(inst, list, list) { in crypto_unregister_template()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmdebug.c | 454 hlist_for_each_entry(mle, bucket, master_hash_node) { in debug_mle_print()
|
D | dlmrecovery.c | 2157 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()
|
D | dlmdomain.c | 202 hlist_for_each_entry(res, bucket, hash_node) { in __dlm_lookup_lockres_full()
|
D | dlmmaster.c | 351 hlist_for_each_entry(tmpmle, bucket, master_hash_node) { in dlm_find_mle()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_flow_table.c | 76 hlist_for_each_entry(hn, &hash[ix], hlist) in mlx5e_add_eth_addr_to_hash()
|
/linux-4.4.14/drivers/pci/ |
D | pci.c | 944 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/ |
D | gw.c | 844 hlist_for_each_entry(gwj, &cgw_list, list) { in cgw_create_job()
|
/linux-4.4.14/kernel/trace/ |
D | trace_output.c | 608 hlist_for_each_entry(event, &event_hash[key], node) { in ftrace_find_event()
|
D | ftrace.c | 1387 hlist_for_each_entry(entry, &hash->buckets[i], hlist) { in alloc_and_copy_ftrace_hash()
|
/linux-4.4.14/drivers/md/bcache/ |
D | request.c | 413 hlist_for_each_entry(i, iohash(dc, bio->bi_iter.bi_sector), hash) in check_should_bypass()
|
/linux-4.4.14/net/nfc/ |
D | llcp_core.c | 1324 hlist_for_each_entry(sdp, &local->pending_sdreqs, node) { in nfc_llcp_recv_snl()
|
/linux-4.4.14/fs/dlm/ |
D | lowcomms.c | 184 hlist_for_each_entry(con, &connection_hash[r], list) { in __find_con()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 281 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/ |
D | xen-scsiback.c | 886 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/ |
D | zd1201.c | 368 hlist_for_each_entry(frag, &zd->fraglist, fnode) in zd1201_usbrx()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ldc.c | 962 hlist_for_each_entry(lp, &ldc_channel_list, list) { in __ldc_channel_exists()
|
/linux-4.4.14/fs/cifs/ |
D | inode.c | 924 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) {
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 2453 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/ |
D | xfs_log_recover.c | 3658 hlist_for_each_entry(trans, rhp, r_list) { in xlog_recover_ophdr_to_trans()
|