/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 294 struct hlist_node *hnode); 297 struct hlist_node *hnode); 305 void * (*hs_key)(struct hlist_node *hnode); 307 void (*hs_keycpy)(struct hlist_node *hnode, void *key); 312 int (*hs_keycmp)(const void *key, struct hlist_node *hnode); 314 void * (*hs_object)(struct hlist_node *hnode); 316 void (*hs_get)(struct cfs_hash *hs, struct hlist_node *hnode); 318 void (*hs_put)(struct cfs_hash *hs, struct hlist_node *hnode); 321 struct hlist_node *hnode); 323 void (*hs_exit)(struct cfs_hash *hs, struct hlist_node *hnode); [all …]
|
/linux-4.4.14/net/batman-adv/ |
D | types.h | 132 struct hlist_node list; 167 struct hlist_node list; 193 struct hlist_node list; 275 struct hlist_node mcast_want_all_unsnoopables_node; 276 struct hlist_node mcast_want_all_ipv4_node; 277 struct hlist_node mcast_want_all_ipv6_node; 292 struct hlist_node hash_entry; 335 struct hlist_node list; 357 struct hlist_node list; 396 struct hlist_node list; [all …]
|
D | hash.h | 35 typedef int (*batadv_hashdata_compare_cb)(const struct hlist_node *, 43 typedef void (*batadv_hashdata_free_cb)(struct hlist_node *, void *); 70 struct hlist_node *node, *node_tmp; in batadv_hash_delete() 106 struct hlist_node *data_node) in batadv_hash_add() 111 struct hlist_node *node; in batadv_hash_add() 153 struct hlist_node *node; in batadv_hash_remove()
|
D | multicast.c | 116 struct hlist_node *tmp; in batadv_mcast_mla_list_free() 140 struct hlist_node *tmp; in batadv_mcast_mla_tt_retract() 172 struct hlist_node *tmp; in batadv_mcast_mla_tt_add() 609 struct hlist_node *node = &orig->mcast_want_all_unsnoopables_node; in batadv_mcast_want_unsnoop_update() 654 struct hlist_node *node = &orig->mcast_want_all_ipv4_node; in batadv_mcast_want_ipv4_update() 699 struct hlist_node *node = &orig->mcast_want_all_ipv6_node; in batadv_mcast_want_ipv6_update()
|
D | originator.c | 51 int batadv_compare_orig(const struct hlist_node *node, const void *data2) in batadv_compare_orig() 198 struct hlist_node *node_tmp; in batadv_neigh_node_release() 567 struct hlist_node *node_tmp; in batadv_orig_node_release() 607 struct hlist_node *node_tmp; in batadv_originator_free() 725 struct hlist_node *node_tmp; in batadv_purge_neigh_ifinfo() 768 struct hlist_node *node_tmp; in batadv_purge_orig_ifinfo() 818 struct hlist_node *node_tmp; in batadv_purge_orig_neighbors() 964 struct hlist_node *node_tmp; in _batadv_purge_orig()
|
D | originator.h | 36 int batadv_compare_orig(const struct hlist_node *node, const void *data2);
|
D | translation-table.c | 72 static int batadv_compare_tt(const struct hlist_node *node, const void *data2) in batadv_compare_tt() 1119 struct hlist_node *node_tmp; in batadv_tt_local_purge_list() 1172 struct hlist_node *node_tmp; in batadv_tt_local_table_free() 1698 struct hlist_node *safe; in batadv_tt_global_del_orig_list() 1725 struct hlist_node *safe; in batadv_tt_global_del_orig_node() 1869 struct hlist_node *safe; in batadv_tt_global_del_orig() 1936 struct hlist_node *node_tmp; in batadv_tt_global_purge() 1977 struct hlist_node *node_tmp; in batadv_tt_global_table_free() 2236 struct hlist_node *safe; in batadv_tt_req_list_free() 2272 struct hlist_node *safe; in batadv_tt_req_purge() [all …]
|
D | bridge_loop_avoidance.c | 86 static int batadv_compare_backbone_gw(const struct hlist_node *node, in batadv_compare_backbone_gw() 104 static int batadv_compare_claim(const struct hlist_node *node, in batadv_compare_claim() 232 struct hlist_node *node_tmp; in batadv_bla_del_backbone_claims() 1005 struct hlist_node *node_tmp; in batadv_bla_purge_backbone_gw()
|
D | fragmentation.c | 52 struct hlist_node *node; in batadv_frag_clear_chain()
|
D | distributed-arp-table.c | 103 struct hlist_node *node_tmp; in __batadv_dat_purge() 156 static int batadv_compare_dat(const struct hlist_node *node, const void *data2) in batadv_compare_dat()
|
D | send.c | 600 struct hlist_node *safe_tmp_node; in batadv_purge_outstanding_packets()
|
/linux-4.4.14/include/linux/ |
D | rculist.h | 155 static inline void hlist_del_init_rcu(struct hlist_node *n) in hlist_del_init_rcu() 340 static inline void hlist_del_rcu(struct hlist_node *n) in hlist_del_rcu() 353 static inline void hlist_replace_rcu(struct hlist_node *old, in hlist_replace_rcu() 354 struct hlist_node *new) in hlist_replace_rcu() 356 struct hlist_node *next = old->next; in hlist_replace_rcu() 360 rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); in hlist_replace_rcu() 369 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) 370 #define hlist_next_rcu(node) (*((struct hlist_node __rcu **)(&(node)->next))) 371 #define hlist_pprev_rcu(node) (*((struct hlist_node __rcu **)((node)->pprev))) 392 static inline void hlist_add_head_rcu(struct hlist_node *n, in hlist_add_head_rcu() [all …]
|
D | seq_file.h | 208 extern struct hlist_node *seq_hlist_start(struct hlist_head *head, 210 extern struct hlist_node *seq_hlist_start_head(struct hlist_head *head, 212 extern struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, 215 extern struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, 217 extern struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, 219 extern struct hlist_node *seq_hlist_next_rcu(void *v, 224 extern struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t… 226 extern struct hlist_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu…
|
D | list.h | 598 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() 604 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() 614 static inline void __hlist_del(struct hlist_node *n) in __hlist_del() 616 struct hlist_node *next = n->next; in __hlist_del() 617 struct hlist_node **pprev = n->pprev; in __hlist_del() 624 static inline void hlist_del(struct hlist_node *n) in hlist_del() 631 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init() 639 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 641 struct hlist_node *first = h->first; in hlist_add_head() 650 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() [all …]
|
D | fs_pin.h | 6 struct hlist_node s_list; 7 struct hlist_node m_list;
|
D | types.h | 190 struct hlist_node *first; 193 struct hlist_node { struct 194 struct hlist_node *next, **pprev; argument
|
D | hashtable.h | 71 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed() 100 static inline void hash_del(struct hlist_node *node) in hash_del() 109 static inline void hash_del_rcu(struct hlist_node *node) in hash_del_rcu()
|
D | pid.h | 54 struct hlist_node pid_chain; 71 struct hlist_node node;
|
D | user-return-notifier.h | 11 struct hlist_node link;
|
D | iocontext.h | 86 struct hlist_node ioc_node;
|
D | debugobjects.h | 28 struct hlist_node node;
|
D | if_macvlan.h | 40 struct hlist_node hlist;
|
D | kprobes.h | 74 struct hlist_node hlist; 196 struct hlist_node hlist;
|
D | lru_cache.h | 160 struct hlist_node colision;
|
D | posix-timers.h | 64 struct hlist_node t_hash;
|
D | preempt.h | 283 struct hlist_node link;
|
D | cgroup-defs.h | 162 struct hlist_node hlist;
|
D | timer.h | 17 struct hlist_node entry;
|
D | if_team.h | 33 struct hlist_node hlist; /* node in enabled ports hash list */
|
D | fsnotify_backend.h | 227 struct hlist_node obj_list;
|
D | mmu_notifier.h | 194 struct hlist_node hlist;
|
D | inetdevice.h | 133 struct hlist_node hash;
|
D | fscache-cache.h | 365 struct hlist_node cookie_link; /* link in cookie->backing_objects */
|
D | quota.h | 286 struct hlist_node dq_hash; /* Hash list in memory */
|
D | dcache.h | 133 struct hlist_node d_alias; /* inode alias list */
|
D | trace_events.h | 129 struct hlist_node node;
|
D | kvm_host.h | 335 struct hlist_node link; 830 struct hlist_node link;
|
D | blk-cgroup.h | 109 struct hlist_node blkcg_node;
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 263 struct hlist_node *hnode) in cfs_hash_hh_hnode_add() 271 struct hlist_node *hnode) in cfs_hash_hh_hnode_del() 303 struct hlist_node *hnode) in cfs_hash_hd_hnode_add() 315 struct hlist_node *hnode) in cfs_hash_hd_hnode_del() 331 struct hlist_node *dh_tail; /**< the last entry */ 351 struct hlist_node *hnode) in cfs_hash_dh_hnode_add() 367 struct hlist_node *hnd) in cfs_hash_dh_hnode_del() 375 container_of(hnd->pprev, struct hlist_node, next); in cfs_hash_dh_hnode_del() 387 struct hlist_node *dd_tail; /**< the last entry */ 408 struct hlist_node *hnode) in cfs_hash_dd_hnode_add() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 170 conn_keycmp(const void *key, struct hlist_node *hnode) in conn_keycmp() 184 conn_key(struct hlist_node *hnode) in conn_key() 193 conn_object(struct hlist_node *hnode) in conn_object() 199 conn_get(struct cfs_hash *hs, struct hlist_node *hnode) in conn_get() 208 conn_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in conn_put_locked() 217 conn_exit(struct cfs_hash *hs, struct hlist_node *hnode) in conn_exit()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | iwpm_util.c | 146 hlist_add_head(&map_info->hlist_node, hash_bucket_head); in iwpm_create_mapinfo() 158 struct hlist_node *tmp_hlist_node; in iwpm_remove_mapinfo() 173 hash_bucket_head, hlist_node) { in iwpm_remove_mapinfo() 178 hlist_del_init(&map_info->hlist_node); in iwpm_remove_mapinfo() 193 struct hlist_node *tmp_hlist_node; in free_hash_bucket() 202 &iwpm_hash_bucket[i], hlist_node) { in free_hash_bucket() 204 hlist_del_init(&map_info->hlist_node); in free_hash_bucket() 216 struct hlist_node *tmp_hlist_node; in free_reminfo_bucket() 225 &iwpm_reminfo_bucket[i], hlist_node) { in free_reminfo_bucket() 227 hlist_del_init(&rem_info->hlist_node); in free_reminfo_bucket() [all …]
|
D | iwpm_util.h | 77 struct hlist_node hlist_node; member 84 struct hlist_node hlist_node; member
|
/linux-4.4.14/tools/include/linux/ |
D | types.h | 76 struct hlist_node *first; 79 struct hlist_node { struct 80 struct hlist_node *next, **pprev; argument
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_hashtab.c | 73 static struct hlist_node *drm_ht_find_key(struct drm_open_hash *ht, in drm_ht_find_key() 91 static struct hlist_node *drm_ht_find_key_rcu(struct drm_open_hash *ht, in drm_ht_find_key_rcu() 113 struct hlist_node *parent; in drm_ht_insert_item() 168 struct hlist_node *list; in drm_ht_find_item() 181 struct hlist_node *list; in drm_ht_remove_key()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_quota.c | 145 oqi_keycmp(const void *key, struct hlist_node *hnode) in oqi_keycmp() 158 oqi_key(struct hlist_node *hnode) in oqi_key() 167 oqi_object(struct hlist_node *hnode) in oqi_object() 173 oqi_get(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_get() 178 oqi_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_put_locked() 183 oqi_exit(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_exit()
|
D | osc_internal.h | 185 struct hlist_node oqi_hash;
|
/linux-4.4.14/fs/ |
D | seq_file.c | 839 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start() 841 struct hlist_node *node; in seq_hlist_start() 858 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head() 875 struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, in seq_hlist_next() 878 struct hlist_node *node = v; in seq_hlist_next() 899 struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, in seq_hlist_start_rcu() 902 struct hlist_node *node; in seq_hlist_start_rcu() 923 struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, in seq_hlist_start_head_rcu() 945 struct hlist_node *seq_hlist_next_rcu(void *v, in seq_hlist_next_rcu() 949 struct hlist_node *node = v; in seq_hlist_next_rcu() [all …]
|
D | mount.h | 24 struct hlist_node m_hash; 31 struct hlist_node mnt_hash; 57 struct hlist_node mnt_mp_list; /* list mounts with the same mountpoint */
|
D | fs_pin.c | 79 struct hlist_node *p; in mnt_pin_kill() 93 struct hlist_node *q; in group_pin_kill()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 221 static struct hlist_node *ct_expect_get_first(struct seq_file *seq) in ct_expect_get_first() 225 struct hlist_node *n; in ct_expect_get_first() 236 static struct hlist_node *ct_expect_get_next(struct seq_file *seq, in ct_expect_get_next() 237 struct hlist_node *head) in ct_expect_get_next() 252 static struct hlist_node *ct_expect_get_idx(struct seq_file *seq, loff_t pos) in ct_expect_get_idx() 254 struct hlist_node *head = ct_expect_get_first(seq); in ct_expect_get_idx() 284 const struct hlist_node *n = v; in exp_seq_show()
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_expect.c | 192 struct hlist_node *next; in nf_ct_remove_expectations() 396 struct hlist_node *next; in __nf_ct_expect_check() 469 static struct hlist_node *ct_expect_get_first(struct seq_file *seq) in ct_expect_get_first() 473 struct hlist_node *n; in ct_expect_get_first() 483 static struct hlist_node *ct_expect_get_next(struct seq_file *seq, in ct_expect_get_next() 484 struct hlist_node *head) in ct_expect_get_next() 498 static struct hlist_node *ct_expect_get_idx(struct seq_file *seq, loff_t pos) in ct_expect_get_idx() 500 struct hlist_node *head = ct_expect_get_first(seq); in ct_expect_get_idx() 531 struct hlist_node *n = v; in exp_seq_show()
|
D | nfnetlink_log.c | 58 struct hlist_node hlist; /* global list of instances */ 774 struct hlist_node *t2; in nfulnl_rcv_nl_event() 961 static struct hlist_node *get_first(struct net *net, struct iter_state *st) in get_first() 978 static struct hlist_node *get_next(struct net *net, struct iter_state *st, in get_next() 979 struct hlist_node *h) in get_next() 996 static struct hlist_node *get_idx(struct net *net, struct iter_state *st, in get_idx() 999 struct hlist_node *head; in get_idx()
|
D | xt_connlimit.c | 47 struct hlist_node node; 142 struct hlist_node *n; in check_hlist() 403 struct hlist_node *n; in destroy_tree()
|
D | nfnetlink_queue.c | 55 struct hlist_node hlist; /* global list of queues */ 893 struct hlist_node *t2; in nfqnl_rcv_nl_event() 1265 static struct hlist_node *get_first(struct seq_file *seq) in get_first() 1283 static struct hlist_node *get_next(struct seq_file *seq, struct hlist_node *h) in get_next() 1301 static struct hlist_node *get_idx(struct seq_file *seq, loff_t pos) in get_idx() 1303 struct hlist_node *head; in get_idx()
|
D | xt_hashlimit.c | 81 struct hlist_node node; 96 struct hlist_node node; /* global list of all htables */ 305 struct hlist_node *n; in htable_selective_cleanup()
|
D | nfnetlink_cthelper.c | 579 struct hlist_node *tmp; in nfnl_cthelper_del() 665 struct hlist_node *tmp; in nfnl_cthelper_exit()
|
D | nf_conntrack_helper.c | 394 const struct hlist_node *next; in __nf_conntrack_helper_unregister()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | kvm_book3s.h | 57 struct hlist_node list_pte; 58 struct hlist_node list_pte_long; 59 struct hlist_node list_vpte; 60 struct hlist_node list_vpte_long; 62 struct hlist_node list_vpte_64k;
|
/linux-4.4.14/include/net/ |
D | ip_fib.h | 77 struct hlist_node nh_hash; 103 struct hlist_node fib_hash; 104 struct hlist_node fib_lhash; 188 struct hlist_node tb_hlist; 214 struct hlist_node *tb_hlist; in fib_get_table()
|
D | inet_frag.h | 51 struct hlist_node list; 61 struct hlist_node list_evictor;
|
D | vxlan.h | 109 struct hlist_node hlist; 153 struct hlist_node hlist; /* vni hash table */
|
D | netrom.h | 86 struct hlist_node neigh_node; 106 struct hlist_node node_node;
|
D | ax25.h | 160 struct hlist_node uid_node; 228 struct hlist_node ax25_node; 365 struct hlist_node lf_node;
|
D | llc_conn.h | 80 struct hlist_node dev_hash_node;
|
D | dn_fib.h | 77 struct hlist_node hlist;
|
D | act_api.h | 12 struct hlist_node tcfc_head;
|
D | if_inet6.h | 67 struct hlist_node addr_lst;
|
D | xfrm.h | 131 struct hlist_node gclist; 132 struct hlist_node bydst; 134 struct hlist_node bysrc; 135 struct hlist_node byspi; 526 struct hlist_node bydst; 527 struct hlist_node byidx;
|
D | ip6_fib.h | 228 struct hlist_node tb6_hlist;
|
D | ip_vs.h | 513 struct hlist_node c_list; /* hashed list heads */ 619 struct hlist_node s_list; /* for normal service table */ 620 struct hlist_node f_list; /* for fwmark-based service table */ 661 struct hlist_node d_list; /* for table with all the dests */
|
D | inet_hashtables.h | 84 struct hlist_node node;
|
D | ip_tunnels.h | 97 struct hlist_node hash_node;
|
D | sock.h | 194 struct hlist_node skc_bind_node; 225 struct hlist_node skc_node; 505 static inline struct sock *sk_entry(const struct hlist_node *node) in sk_entry() 554 static inline void sk_node_init(struct hlist_node *node) in sk_node_init()
|
/linux-4.4.14/net/mac802154/ |
D | llsec.h | 47 struct hlist_node bucket_s; 48 struct hlist_node bucket_hw;
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_expect.h | 16 struct hlist_node lnode; 19 struct hlist_node hnode;
|
D | xt_rateest.h | 12 struct hlist_node list;
|
D | nf_nat.h | 32 struct hlist_node bysource;
|
D | nf_conntrack_helper.h | 26 struct hlist_node hnode; /* Internal use. */
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sync.c | 36 struct hlist_node node; 218 struct hlist_node *tmp; in amdgpu_sync_get_fence() 240 struct hlist_node *tmp; in amdgpu_sync_wait() 372 struct hlist_node *tmp; in amdgpu_sync_free()
|
D | amdgpu_mn.c | 49 struct hlist_node node;
|
/linux-4.4.14/net/openvswitch/ |
D | vport.h | 88 struct hlist_node hash_node; 89 struct hlist_node dp_hash_node;
|
D | dp_notify.c | 58 struct hlist_node *n; in ovs_dp_notify_wq()
|
D | flow.h | 172 struct hlist_node node[2];
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_pool.c | 105 static void *pool_key(struct hlist_node *hnode) in pool_key() 113 static int pool_hashkey_keycmp(const void *key, struct hlist_node *compared_hnode) in pool_hashkey_keycmp() 123 static void *pool_hashobject(struct hlist_node *hnode) in pool_hashobject() 128 static void pool_hashrefcount_get(struct cfs_hash *hs, struct hlist_node *hnode) in pool_hashrefcount_get() 137 struct hlist_node *hnode) in pool_hashrefcount_put_locked()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 485 static void *ldlm_res_hop_key(struct hlist_node *hnode) in ldlm_res_hop_key() 493 static int ldlm_res_hop_keycmp(const void *key, struct hlist_node *hnode) in ldlm_res_hop_keycmp() 502 static void *ldlm_res_hop_object(struct hlist_node *hnode) in ldlm_res_hop_object() 508 struct hlist_node *hnode) in ldlm_res_hop_get_locked() 517 struct hlist_node *hnode) in ldlm_res_hop_put_locked() 526 static void ldlm_res_hop_put(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_res_hop_put() 804 struct hlist_node *hnode, void *arg) in ldlm_resource_clean() 816 struct hlist_node *hnode, void *arg) in ldlm_resource_complain() 1070 struct hlist_node *hnode; in ldlm_resource_get() 1323 struct hlist_node *hnode, void *arg) in ldlm_res_hash_dump()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_lblc.c | 93 struct hlist_node list; 236 struct hlist_node *next; in ip_vs_lblc_flush() 263 struct hlist_node *next; in ip_vs_lblc_full_check() 305 struct hlist_node *next; in ip_vs_lblc_check_expire()
|
D | ip_vs_lblcr.c | 263 struct hlist_node list; 403 struct hlist_node *next; in ip_vs_lblcr_flush() 430 struct hlist_node *next; in ip_vs_lblcr_full_check() 469 struct hlist_node *next; in ip_vs_lblcr_check_expire()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_events.h | 50 struct hlist_node events;
|
D | kfd_priv.h | 481 struct hlist_node kfd_processes;
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_log_recover.h | 47 struct hlist_node r_list;
|
/linux-4.4.14/kernel/ |
D | workqueue_internal.h | 26 struct hlist_node hentry; /* L: while busy */
|
D | user-return-notifier.c | 37 struct hlist_node *tmp2; in fire_user_return_notifiers()
|
D | pid.c | 439 struct hlist_node *first; in pid_task()
|
D | kprobes.c | 1148 struct hlist_node *tmp; in kprobe_flush_task() 1174 struct hlist_node *next; in free_rp_inst() 1186 struct hlist_node *next; in cleanup_rp_inst()
|
/linux-4.4.14/net/ipv6/ |
D | xfrm6_tunnel.c | 58 struct hlist_node list_byaddr; 59 struct hlist_node list_byspi; 201 struct hlist_node *n; in xfrm6_tunnel_free_spi()
|
D | addrlabel.c | 38 struct hlist_node list; 246 struct hlist_node *n; in __ip6addrlbl_add() 311 struct hlist_node *n; in __ip6addrlbl_del() 372 struct hlist_node *n; in ip6addrlbl_net_exit()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_clsf.c | 93 struct hlist_node *tmp; in enic_rfs_flw_tbl_free() 112 struct hlist_node *tmp; in htbl_fltr_search() 134 struct hlist_node *tmp; in enic_flow_may_expire()
|
D | enic.h | 115 struct hlist_node node;
|
D | enic_ethtool.c | 343 struct hlist_node *tmp; in enic_grxclsrlall()
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_resource.h | 38 struct hlist_node node;
|
D | vmci_doorbell.c | 43 struct hlist_node node;
|
/linux-4.4.14/net/atm/ |
D | lec_arpc.h | 14 struct hlist_node next; /* Linked entry list */
|
D | lec.c | 827 struct hlist_node *node; 837 struct hlist_node *e = state->node; in lec_tbl_walk() 1489 struct hlist_node *next; in lec_arp_destroy() 1687 struct hlist_node *next; in lec_arp_check_expire() 1824 struct hlist_node *next; in lec_addr_delete() 1856 struct hlist_node *next; in lec_arp_update() 2197 struct hlist_node *next; in lec_vcc_close() 2256 struct hlist_node *next; in lec_arp_check_empties()
|
/linux-4.4.14/include/rdma/ |
D | ib_fmr_pool.h | 71 struct hlist_node cache_node;
|
/linux-4.4.14/include/drm/ |
D | drm_hashtab.h | 43 struct hlist_node head;
|
/linux-4.4.14/net/can/ |
D | af_can.h | 52 struct hlist_node list;
|
D | gw.c | 131 struct hlist_node list; 467 struct hlist_node *nx; in cgw_notifier() 913 struct hlist_node *nx; in cgw_remove_all_jobs() 927 struct hlist_node *nx; in cgw_remove_job()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | cache.h | 49 struct hlist_node cache_list; 149 struct hlist_node hash; /* on hash chain */
|
D | svcauth.h | 70 struct hlist_node hash;
|
D | auth.h | 55 struct hlist_node cr_hash; /* hash chain */
|
/linux-4.4.14/net/ipv4/ |
D | fib_lookup.h | 9 struct hlist_node fa_list;
|
D | inet_fragment.c | 81 struct hlist_node *n; in inet_frag_secret_rebuild() 130 struct hlist_node *n; in inet_evict_bucket()
|
D | fib_trie.c | 1464 struct hlist_node **pprev = old->fa_list.pprev; in fib_remove_alias() 1625 struct hlist_node *tmp; in fib_trie_free() 1740 struct hlist_node *tmp; in fib_table_flush_external() 1814 struct hlist_node *tmp; in fib_table_flush() 2297 struct hlist_node *tb_node; in fib_trie_seq_next()
|
D | fib_frontend.c | 186 struct hlist_node *tmp; in fib_flush() 1257 struct hlist_node *tmp; in ip_fib_net_exit()
|
/linux-4.4.14/fs/9p/ |
D | vfs_dentry.c | 69 struct hlist_node *p, *n; in v9fs_dentry_release()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunvnet.h | 44 struct hlist_node hash;
|
/linux-4.4.14/net/mac80211/ |
D | mesh_pathtbl.c | 35 struct hlist_node list; 128 struct hlist_node *p, *q; in mesh_table_free() 159 struct hlist_node *p, *q; in mesh_table_grow() 490 struct hlist_node *q; in mesh_gate_del() 1037 static void mesh_path_node_free(struct hlist_node *p, bool free_leafs) in mesh_path_node_free() 1050 static int mesh_path_node_copy(struct hlist_node *p, struct mesh_table *newtbl) in mesh_path_node_copy()
|
D | mesh.h | 154 void (*free_node) (struct hlist_node *p, bool free_leafs); 155 int (*copy_node) (struct hlist_node *p, struct mesh_table *newtbl);
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_core.h | 110 struct hlist_node hlist; /* Hash list node */ 135 struct hlist_node global_hlist; /* Global hash list node */
|
D | l2tp_debugfs.c | 107 struct hlist_node *walk; in l2tp_dfs_seq_tunnel_show() 108 struct hlist_node *tmp; in l2tp_dfs_seq_tunnel_show()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | remote_perm.c | 99 struct hlist_node *next; in free_rmtperm_hash() 310 struct hlist_node *node, *next;
|
D | vvp_dev.c | 300 struct hlist_node *hnode, void *data) in vvp_pgcache_obj_get()
|
/linux-4.4.14/include/linux/lockd/ |
D | lockd.h | 42 struct hlist_node h_hash; /* doubly linked list */ 152 struct hlist_node f_list; /* linked list */
|
/linux-4.4.14/drivers/net/wireless/ |
D | zd1201.h | 57 struct hlist_node fnode;
|
/linux-4.4.14/arch/s390/include/asm/ |
D | airq.h | 15 struct hlist_node list; /* Handler queueing. */
|
/linux-4.4.14/net/core/ |
D | flow.c | 31 struct hlist_node hlist; 117 struct hlist_node *tmp; in __flow_cache_shrink() 287 struct hlist_node *tmp; in flow_cache_flush_tasklet()
|
/linux-4.4.14/drivers/target/tcm_fc/ |
D | tcm_fc.h | 44 struct hlist_node hash; /* linkage in ft_sess_hash table */
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan.h | 85 struct hlist_node hlnode; /* Hash-table linkage */
|
/linux-4.4.14/kernel/bpf/ |
D | hashtab.c | 28 struct hlist_node hash_node; 337 struct hlist_node *n; in delete_all_elements()
|
/linux-4.4.14/arch/x86/kernel/ |
D | kvm.c | 93 struct hlist_node link; 108 struct hlist_node *p; in _find_apf_task() 190 struct hlist_node *p, *next; in apf_task_wake_all()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 506 struct hlist_node ce_node; 566 static void *cl_env_hops_obj(struct hlist_node *hn) in cl_env_hops_obj() 574 static int cl_env_hops_keycmp(const void *key, struct hlist_node *hn) in cl_env_hops_keycmp() 582 static void cl_env_hops_noop(struct cfs_hash *hs, struct hlist_node *hn) in cl_env_hops_noop()
|
D | lu_object.c | 529 struct hlist_node *hnode; in htable_lookup() 782 struct hlist_node *hnode, void *data) in lu_site_obj_print() 885 static void *lu_obj_hop_object(struct hlist_node *hnode) in lu_obj_hop_object() 890 static void *lu_obj_hop_key(struct hlist_node *hnode) in lu_obj_hop_key() 898 static int lu_obj_hop_keycmp(const void *key, struct hlist_node *hnode) in lu_obj_hop_keycmp() 906 static void lu_obj_hop_get(struct cfs_hash *hs, struct hlist_node *hnode) in lu_obj_hop_get() 914 static void lu_obj_hop_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in lu_obj_hop_put_locked()
|
D | obd_config.c | 1427 uuid_key(struct hlist_node *hnode) in uuid_key() 1441 uuid_keycmp(const void *key, struct hlist_node *hnode) in uuid_keycmp() 1453 uuid_export_object(struct hlist_node *hnode) in uuid_export_object() 1459 uuid_export_get(struct cfs_hash *hs, struct hlist_node *hnode) in uuid_export_get() 1468 uuid_export_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in uuid_export_put_locked()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_cq.c | 75 struct hlist_node *iter; in ehca_cq_unassign_qp() 104 struct hlist_node *iter; in ehca_cq_get_qp()
|
D | ehca_classes.h | 210 struct hlist_node list_entries;
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-transaction-manager.c | 78 struct hlist_node hlist; 142 struct hlist_node *tmp; in wipe_shadow_table()
|
/linux-4.4.14/net/bridge/ |
D | br_private.h | 139 struct hlist_node hlist; 156 struct hlist_node mglist; 165 struct hlist_node hlist[2]; 221 struct hlist_node rlist;
|
D | br_fdb.c | 222 struct hlist_node *h; in br_fdb_changeaddr() 302 struct hlist_node *n; in br_fdb_cleanup() 330 struct hlist_node *n; in br_fdb_flush() 352 struct hlist_node *h, *g; in br_fdb_delete_by_port()
|
D | br_forward.c | 264 struct hlist_node *rp; in br_multicast_flood()
|
D | br_multicast.c | 932 struct hlist_node *n; in br_multicast_del_port() 974 struct hlist_node *n; in br_multicast_disable_port() 1207 struct hlist_node *slot = NULL; in br_multicast_add_router() 1789 struct hlist_node *n; in br_multicast_dev_del()
|
/linux-4.4.14/net/tipc/ |
D | node.h | 113 struct hlist_node hash;
|
/linux-4.4.14/net/9p/ |
D | error.c | 50 struct hlist_node list;
|
/linux-4.4.14/lib/842/ |
D | 842_compress.c | 77 struct hlist_node node; 83 struct hlist_node node; 89 struct hlist_node node;
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm.h | 630 struct hlist_node l_exp_hash; 635 struct hlist_node l_exp_flock_hash; 837 struct hlist_node lr_hash;
|
D | lustre_export.h | 149 struct hlist_node exp_uuid_hash; /** uuid-export hash*/
|
D | lustre_sec.h | 489 struct hlist_node cc_cache; /* linked into ctx cache */
|
D | lu_object.h | 537 struct hlist_node loh_hash;
|
/linux-4.4.14/net/8021q/ |
D | vlan.h | 23 struct hlist_node hlist; /* linked list */
|
/linux-4.4.14/net/nfc/ |
D | llcp_commands.c | 191 struct hlist_node *n; in nfc_llcp_free_sdp_tlv_list() 545 struct hlist_node *n; in nfc_llcp_send_snl_sdres() 569 struct hlist_node *n; in nfc_llcp_send_snl_sdreq()
|
D | llcp.h | 60 struct hlist_node node;
|
/linux-4.4.14/Documentation/RCU/ |
D | rculist_nulls.txt | 38 struct hlist_node *node, *next; 49 struct hlist_node *node;
|
/linux-4.4.14/fs/fat/ |
D | fat.h | 125 struct hlist_node i_fat_hash; /* hash by i_location */ 126 struct hlist_node i_dir_hash; /* hash by i_logstart */
|
/linux-4.4.14/include/net/9p/ |
D | client.h | 196 struct hlist_node dlist; /* list of all fids attached to a dentry */
|
/linux-4.4.14/lib/ |
D | debugobjects.c | 218 struct hlist_node *tmp; in debug_objects_oom() 669 struct hlist_node *tmp; in __debug_check_no_obj_freed() 1024 struct hlist_node *tmp; in debug_objects_replace_static_objects()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima.h | 96 struct hlist_node hnext; /* place in hash collision list */
|
/linux-4.4.14/drivers/md/bcache/ |
D | btree.h | 118 struct hlist_node hash;
|
D | bcache.h | 282 struct hlist_node hash;
|
/linux-4.4.14/mm/ |
D | cma_debug.c | 18 struct hlist_node node;
|
D | kmemleak.c | 132 struct hlist_node node; 442 struct hlist_node *tmp; in free_object_rcu()
|
/linux-4.4.14/virt/kvm/ |
D | irqchip.c | 119 struct hlist_node *n; in free_irq_routing_table()
|
/linux-4.4.14/net/netrom/ |
D | nr_route.c | 484 struct hlist_node *nodet; in nr_dec_obs() 539 struct hlist_node *nodet, *node2t; in nr_rt_device_down() 1011 struct hlist_node *nodet; in nr_rt_free()
|
/linux-4.4.14/fs/notify/ |
D | fsnotify.c | 193 struct hlist_node *inode_node = NULL, *vfsmount_node = NULL; in fsnotify()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_flow_table.c | 60 struct hlist_node hlist; 677 struct hlist_node *tmp; in mlx5e_apply_netdev_addr() 690 struct hlist_node *tmp; in mlx5e_handle_netdev_addr()
|
/linux-4.4.14/fs/nfs/ |
D | pnfs.h | 315 struct hlist_node node; 316 struct hlist_node tmpnode;
|
/linux-4.4.14/drivers/md/ |
D | raid5.h | 198 struct hlist_node hash;
|
D | dm-cache-policy-cleaner.c | 24 struct hlist_node hlist;
|
/linux-4.4.14/include/target/ |
D | target_core_base.h | 657 struct hlist_node link; 742 struct hlist_node link;
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_mn.c | 49 struct hlist_node node;
|
/linux-4.4.14/security/smack/ |
D | smack.h | 71 struct hlist_node smk_hashed;
|
/linux-4.4.14/arch/s390/kernel/ |
D | irq.c | 196 struct hlist_node entry;
|
D | kprobes.c | 396 struct hlist_node *tmp; in trampoline_probe_handler()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_core.c | 87 struct hlist_node node; 182 struct hlist_node *n; in serial_link_irq_chain() 236 struct hlist_node *n; in serial_unlink_irq_chain()
|
/linux-4.4.14/drivers/clk/ |
D | clk.c | 68 struct hlist_node child_node; 73 struct hlist_node debug_node; 87 struct hlist_node clks_node; 1433 struct hlist_node *tmp; in clk_change_rate() 2299 struct hlist_node *tmp2; in __clk_init() 2680 struct hlist_node *t; in clk_unregister()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_userptr.c | 39 struct hlist_node node; 49 struct hlist_node node;
|
D | i915_cmd_parser.c | 618 struct hlist_node node; 668 struct hlist_node *tmp; in fini_hash_table()
|
D | i915_gem_gtt.h | 211 struct hlist_node exec_node;
|
/linux-4.4.14/fs/lockd/ |
D | svcsubs.c | 255 struct hlist_node *next; in nlm_traverse_files()
|
/linux-4.4.14/tools/perf/util/ |
D | evsel.h | 21 struct hlist_node node;
|
D | auxtrace.h | 410 struct hlist_node hash;
|
/linux-4.4.14/arch/tile/kernel/ |
D | kprobes.c | 450 struct hlist_node *tmp; in trampoline_probe_handler()
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 46 struct hlist_node list;
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | kprobes.c | 296 struct hlist_node *tmp; in trampoline_probe_handler()
|
/linux-4.4.14/arch/arc/kernel/ |
D | kprobes.c | 442 struct hlist_node *tmp; in trampoline_probe_handler()
|
/linux-4.4.14/fs/btrfs/ |
D | props.c | 30 struct hlist_node node;
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmcommon.h | 60 struct hlist_node master_hash_node; 295 struct hlist_node hash_node;
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 96 struct hlist_node node; 1150 struct hlist_node node;
|
/linux-4.4.14/net/sched/ |
D | sch_qfq.c | 148 struct hlist_node next; /* Link for the slot list. */ 169 struct hlist_node nonfull_next; /* See nonfull_aggs in qfq_sched. */ 1526 struct hlist_node *next; in qfq_destroy_qdisc()
|
D | sch_drr.c | 471 struct hlist_node *next; in drr_destroy_qdisc()
|
/linux-4.4.14/fs/nfsd/ |
D | state.h | 486 struct hlist_node fi_hash; /* hash on fi_fhandle */
|
/linux-4.4.14/arch/sparc/kernel/ |
D | kprobes.c | 520 struct hlist_node *tmp; in trampoline_probe_handler()
|
/linux-4.4.14/arch/mips/kernel/ |
D | kprobes.c | 604 struct hlist_node *tmp; in trampoline_probe_handler()
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | core.c | 433 struct hlist_node *tmp; in trampoline_handler()
|
/linux-4.4.14/kernel/time/ |
D | timer.c | 714 struct hlist_node *entry = &timer->entry; in detach_timer() 1136 struct hlist_node *tmp; in cascade()
|
/linux-4.4.14/drivers/net/ |
D | tun.c | 162 struct hlist_node hash_link; 325 struct hlist_node *n; in tun_flow_flush() 340 struct hlist_node *n; in tun_flow_delete_by_queue() 363 struct hlist_node *n; in tun_flow_cleanup()
|
/linux-4.4.14/kernel/trace/ |
D | ftrace.c | 502 struct hlist_node node; 1125 struct hlist_node node; 1134 struct hlist_node hlist; 1299 struct hlist_node *tn; in ftrace_hash_clear() 1416 struct hlist_node *tn; in ftrace_hash_move() 3017 struct hlist_node *hnd = NULL; in t_hash_next() 3831 struct hlist_node *tmp; in __unregister_ftrace_function_probe()
|
/linux-4.4.14/arch/sh/kernel/ |
D | kprobes.c | 313 struct hlist_node *tmp; in trampoline_probe_handler()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 218 struct hlist_node hash_link; 961 struct hlist_node link;
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 117 struct hlist_node entry; 126 struct hlist_node entry; 152 struct hlist_node entry; 164 struct hlist_node entry; 171 struct hlist_node entry; 2380 struct hlist_node *tmp; in rocker_free_tbls() 3670 struct hlist_node *tmp; in rocker_port_fdb_flush() 3707 struct hlist_node *tmp; in rocker_fdb_cleanup() 4571 struct hlist_node *tmp; in rocker_port_fdb_dump()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | core.h | 108 struct hlist_node hlist;
|
/linux-4.4.14/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 415 struct hlist_node euid_chain;
|