Home
last modified time | relevance | path

Searched refs:hhead (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c92 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()
112 struct hlist_head *hhead; in htbl_fltr_search() local
116 hhead = &enic->rfs_h.ht_head[i]; in htbl_fltr_search()
117 hlist_for_each_entry_safe(n, tmp, hhead, node) in htbl_fltr_search()
134 struct hlist_head *hhead; in enic_flow_may_expire() local
138 hhead = &enic->rfs_h.ht_head[enic->rfs_h.toclean++]; in enic_flow_may_expire()
139 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_flow_may_expire()
H A Denic_ethtool.c402 struct hlist_head *hhead; in enic_grxclsrlall() local
406 hhead = &enic->rfs_h.ht_head[j]; in enic_grxclsrlall()
407 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_grxclsrlall()
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dbinder.h76 TP_PROTO(struct hlist_head *hhead, struct mutex *lock),
77 TP_ARGS(hhead, lock));
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c78 struct hlist_head hhead; member
129 struct hlist_head hhead; member
725 INIT_HLIST_HEAD(&bin->hhead); in xfrm_policy_inexact_alloc_bin()
864 hlist_for_each_entry(p, &n->hhead, bydst) { in xfrm_policy_inexact_list_reinsert()
877 hlist_add_head_rcu(&policy->bydst, &n->hhead); in xfrm_policy_inexact_list_reinsert()
939 hlist_for_each_entry(tmp, &n->hhead, bydst) { in xfrm_policy_inexact_node_reinsert()
985 hlist_for_each_entry(tmp, &v->hhead, bydst) { in xfrm_policy_inexact_node_merge()
1081 if (!hlist_empty(&node->hhead) || !RB_EMPTY_ROOT(&node->root)) { in xfrm_policy_inexact_gc_tree()
1099 !hlist_empty(&b->hhead)) { in __xfrm_policy_inexact_prune_bin()
1141 return &bin->hhead; in xfrm_policy_inexact_alloc_chain()
[all …]