Searched refs:tp_new (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | python.c | 499 .tp_new = PyType_GenericNew, in pyrf_event__new() 531 .tp_new = PyType_GenericNew, in pyrf_cpu_map__init() 1588 pyrf_cpu_map__type.tp_new = PyType_GenericNew; in pyrf_evlist__read_on_cpu() 1659 pyrf_thread_map__type.tp_new = PyType_GenericNew; in pyrf_evlist__close() 1794 pyrf_pmu__type.tp_new = PyType_GenericNew; in pyrf_evlist__item() 1854 .tp_new = pyrf_pmu_iterator__new, in pyrf_evlist__setup_types() 1975 pyrf_counts_values__type.tp_new = PyType_GenericNew; in evlist__pos() 2642 pyrf_evsel__type.tp_new = pyrf_evsel__new; 3314 pyrf_evlist__type.tp_new = pyrf_evlist__new; 3730 pyrf_data__type.tp_new [all...] |
| /linux/net/sched/ |
| H A D | cls_api.c | 1953 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique() argument 1963 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique() 1965 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1971 err = tcf_chain_tp_insert(chain, &chain_info, tp_new); in tcf_chain_tp_insert_unique() 1975 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1976 tp_new = tp; in tcf_chain_tp_insert_unique() 1978 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1979 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique() 1982 return tp_new; in tcf_chain_tp_insert_unique() 2371 struct tcf_proto *tp_new = NULL; in tc_new_tfilter() local [all …]
|