Searched refs:hhead (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c92 struct hlist_head *hhead; enic_rfs_flw_tbl_free() local
96 hhead = &enic->rfs_h.ht_head[i]; hlist_for_each_entry_safe()
97 hlist_for_each_entry_safe(n, tmp, hhead, node) { hlist_for_each_entry_safe()
111 struct hlist_head *hhead; htbl_fltr_search() local
115 hhead = &enic->rfs_h.ht_head[i]; htbl_fltr_search()
116 hlist_for_each_entry_safe(n, tmp, hhead, node) htbl_fltr_search()
133 struct hlist_head *hhead; enic_flow_may_expire() local
137 hhead = &enic->rfs_h.ht_head[enic->rfs_h.toclean++]; hlist_for_each_entry_safe()
138 hlist_for_each_entry_safe(n, tmp, hhead, node) { hlist_for_each_entry_safe()
H A Denic_ethtool.c342 struct hlist_head *hhead; enic_grxclsrlall() local
346 hhead = &enic->rfs_h.ht_head[j]; hlist_for_each_entry_safe()
347 hlist_for_each_entry_safe(n, tmp, hhead, node) { hlist_for_each_entry_safe()
/linux-4.4.14/net/netfilter/
H A Dxt_connlimit.c54 struct hlist_head hhead; /* connections/hosts in same subnet */ member in struct:xt_connlimit_rb
232 count = check_hlist(net, &rbconn->hhead, tuple, zone, &addit); count_tree()
238 if (!add_hlist(&rbconn->hhead, tuple, addr)) count_tree()
247 /* only used for GC on hhead, retval and 'addit' ignored */ count_tree()
248 check_hlist(net, &rbconn->hhead, tuple, zone, &addit); count_tree()
249 if (hlist_empty(&rbconn->hhead)) count_tree()
280 INIT_HLIST_HEAD(&rbconn->hhead); count_tree()
281 hlist_add_head(&conn->node, &rbconn->hhead); count_tree()
411 hlist_for_each_entry_safe(conn, n, &rbconn->hhead, node) destroy_tree()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c632 struct hlist_head *hhead = cfs_hash_bd_hhead(hs, bd); cfs_hash_bd_lookup_intent() local
640 hlist_for_each(ehnode, hhead) { hlist_for_each()
934 struct hlist_head *hhead; cfs_hash_buckets_realloc() local
948 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) cfs_hash_buckets_realloc()
949 INIT_HLIST_HEAD(hhead); cfs_hash_buckets_realloc()
1128 struct hlist_head *hhead; cfs_hash_destroy() local
1134 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) { hlist_for_each_safe()
1135 hlist_for_each_safe(hnode, pos, hhead) { hlist_for_each_safe()
1457 struct hlist_head *hhead; cfs_hash_for_each_tight() local
1466 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) { hlist_for_each_safe()
1467 hlist_for_each_safe(hnode, pos, hhead) { hlist_for_each_safe()
1601 struct hlist_head *hhead; cfs_hash_for_each_relax() local
1606 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) { cfs_hash_for_each_relax()
1607 for (hnode = hhead->first; hnode != NULL;) { cfs_hash_for_each_relax()
1706 struct hlist_head *hhead; cfs_hash_hlist_for_each() local
1718 hhead = cfs_hash_bd_hhead(hs, &bd); hlist_for_each()
1719 hlist_for_each(hnode, hhead) { hlist_for_each()
1849 struct hlist_head *hhead; cfs_hash_rehash_bd() local
1856 cfs_hash_bd_for_each_hlist(hs, old, hhead) { hlist_for_each_safe()
1857 hlist_for_each_safe(hnode, pos, hhead) { hlist_for_each_safe()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dlu_object.c1712 struct hlist_head *hhead; lu_site_stats_get() local
1725 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) { lu_site_stats_get()
1726 if (!hlist_empty(hhead)) lu_site_stats_get()

Completed in 261 milliseconds