Home
last modified time | relevance | path

Searched refs:tp_iter (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dcls_api.c1975 struct tcf_proto *tp_iter; in tcf_chain_tp_delete_empty() local
1983 (tp_iter = tcf_chain_dereference(*pprev, chain)); in tcf_chain_tp_delete_empty()
1984 pprev = &tp_iter->next) { in tcf_chain_tp_delete_empty()
1985 if (tp_iter == tp) { in tcf_chain_tp_delete_empty()
1987 chain_info.next = tp_iter->next; in tcf_chain_tp_delete_empty()
1988 WARN_ON(tp_iter->deleting); in tcf_chain_tp_delete_empty()
1996 if (!tp_iter || !tcf_proto_check_delete(tp)) { in tcf_chain_tp_delete_empty()
/linux/tools/perf/util/
H A Dpython.c841 .tp_iter = pyrf_pmu_iterator__iter,