Searched refs:tp_new (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | python.c | 557 pyrf_mmap_event__type.tp_new = in pyrf_event__setup_types() 558 pyrf_task_event__type.tp_new = in pyrf_event__setup_types() 559 pyrf_comm_event__type.tp_new = in pyrf_event__setup_types() 560 pyrf_lost_event__type.tp_new = in pyrf_event__setup_types() 561 pyrf_read_event__type.tp_new = in pyrf_event__setup_types() 562 pyrf_sample_event__type.tp_new = in pyrf_event__setup_types() 563 pyrf_context_switch_event__type.tp_new = in pyrf_event__setup_types() 690 pyrf_cpu_map__type.tp_new = PyType_GenericNew; in pyrf_cpu_map__setup_types() 759 pyrf_thread_map__type.tp_new = PyType_GenericNew; in pyrf_thread_map__setup_types() 943 pyrf_evsel__type.tp_new = PyType_GenericNew; in pyrf_evsel__setup_types() [all …]
|
/linux-6.3-rc2/net/sched/ |
A D | cls_api.c | 1856 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique() argument 1866 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique() 1868 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1879 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1880 tp_new = tp; in tcf_chain_tp_insert_unique() 1882 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1883 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique() 1886 return tp_new; in tcf_chain_tp_insert_unique() 2232 struct tcf_proto *tp_new = NULL; in tc_new_tfilter() local 2260 if (IS_ERR(tp_new)) { in tc_new_tfilter() [all …]
|
Completed in 13 milliseconds