Searched refs:hhead (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_clsf.c | 92 struct hlist_head *hhead; in enic_rfs_flw_tbl_free() local 96 hhead = &enic->rfs_h.ht_head[i]; in enic_rfs_flw_tbl_free() 97 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_rfs_flw_tbl_free() 111 struct hlist_head *hhead; in htbl_fltr_search() local 115 hhead = &enic->rfs_h.ht_head[i]; in htbl_fltr_search() 116 hlist_for_each_entry_safe(n, tmp, hhead, node) in htbl_fltr_search() 133 struct hlist_head *hhead; in enic_flow_may_expire() local 137 hhead = &enic->rfs_h.ht_head[enic->rfs_h.toclean++]; in enic_flow_may_expire() 138 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_flow_may_expire()
|
D | enic_ethtool.c | 342 struct hlist_head *hhead; in enic_grxclsrlall() local 346 hhead = &enic->rfs_h.ht_head[j]; in enic_grxclsrlall() 347 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_grxclsrlall()
|
/linux-4.4.14/net/netfilter/ |
D | xt_connlimit.c | 54 struct hlist_head hhead; /* connections/hosts in same subnet */ member 232 count = check_hlist(net, &rbconn->hhead, tuple, zone, &addit); in count_tree() 238 if (!add_hlist(&rbconn->hhead, tuple, addr)) in count_tree() 248 check_hlist(net, &rbconn->hhead, tuple, zone, &addit); in count_tree() 249 if (hlist_empty(&rbconn->hhead)) in count_tree() 280 INIT_HLIST_HEAD(&rbconn->hhead); in count_tree() 281 hlist_add_head(&conn->node, &rbconn->hhead); in count_tree() 411 hlist_for_each_entry_safe(conn, n, &rbconn->hhead, node) in destroy_tree()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 632 struct hlist_head *hhead = cfs_hash_bd_hhead(hs, bd); in cfs_hash_bd_lookup_intent() local 640 hlist_for_each(ehnode, hhead) { in cfs_hash_bd_lookup_intent() 934 struct hlist_head *hhead; in cfs_hash_buckets_realloc() local 948 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) in cfs_hash_buckets_realloc() 949 INIT_HLIST_HEAD(hhead); in cfs_hash_buckets_realloc() 1128 struct hlist_head *hhead; in cfs_hash_destroy() local 1134 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) { in cfs_hash_destroy() 1135 hlist_for_each_safe(hnode, pos, hhead) { in cfs_hash_destroy() 1457 struct hlist_head *hhead; in cfs_hash_for_each_tight() local 1466 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) { in cfs_hash_for_each_tight() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 1712 struct hlist_head *hhead; in lu_site_stats_get() local 1725 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) { in lu_site_stats_get() 1726 if (!hlist_empty(hhead)) in lu_site_stats_get()
|