Searched refs:hhead (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/cisco/enic/ |
D | enic_clsf.c | 91 struct hlist_head *hhead; in enic_rfs_flw_tbl_free() local 95 hhead = &enic->rfs_h.ht_head[i]; in enic_rfs_flw_tbl_free() 96 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 | 346 struct hlist_head *hhead; in enic_grxclsrlall() local 350 hhead = &enic->rfs_h.ht_head[j]; in enic_grxclsrlall() 351 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_grxclsrlall()
|
/drivers/staging/lustre/lnet/libcfs/ |
D | hash.c | 629 struct hlist_head *hhead = cfs_hash_bd_hhead(hs, bd); in cfs_hash_bd_lookup_intent() local 638 hlist_for_each(ehnode, hhead) { in cfs_hash_bd_lookup_intent() 901 struct hlist_head *hhead; in cfs_hash_buckets_realloc() local 915 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) in cfs_hash_buckets_realloc() 916 INIT_HLIST_HEAD(hhead); in cfs_hash_buckets_realloc() 1090 struct hlist_head *hhead; in cfs_hash_destroy() local 1096 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) { in cfs_hash_destroy() 1097 hlist_for_each_safe(hnode, pos, hhead) { in cfs_hash_destroy() 1426 struct hlist_head *hhead; in cfs_hash_for_each_tight() local 1435 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) { in cfs_hash_for_each_tight() [all …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 1813 struct hlist_head *hhead; in lu_site_stats_get() local 1826 cfs_hash_bd_for_each_hlist(hs, &bd, hhead) { in lu_site_stats_get() 1827 if (!hlist_empty(hhead)) in lu_site_stats_get()
|