Searched refs:tp_new (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | python.c | 415 pyrf_mmap_event__type.tp_new = in pyrf_event__setup_types() 416 pyrf_task_event__type.tp_new = in pyrf_event__setup_types() 417 pyrf_comm_event__type.tp_new = in pyrf_event__setup_types() 418 pyrf_lost_event__type.tp_new = in pyrf_event__setup_types() 419 pyrf_read_event__type.tp_new = in pyrf_event__setup_types() 420 pyrf_sample_event__type.tp_new = in pyrf_event__setup_types() 421 pyrf_context_switch_event__type.tp_new = in pyrf_event__setup_types() 556 pyrf_cpu_map__type.tp_new = PyType_GenericNew; in pyrf_cpu_map__setup_types() 625 pyrf_thread_map__type.tp_new = PyType_GenericNew; in pyrf_thread_map__setup_types() 845 pyrf_evsel__type.tp_new = PyType_GenericNew; in pyrf_evsel__setup_types() [all …]
|
| /linux-6.15/net/sched/ |
| H A D | cls_api.c | 1938 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique() argument 1948 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique() 1950 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1960 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1961 tp_new = tp; in tcf_chain_tp_insert_unique() 1963 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1964 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique() 1967 return tp_new; in tcf_chain_tp_insert_unique() 2345 struct tcf_proto *tp_new = NULL; in tc_new_tfilter() local 2373 if (IS_ERR(tp_new)) { in tc_new_tfilter() [all …]
|