Searched refs:tp_new (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | python.c | 552 pyrf_mmap_event__type.tp_new = in pyrf_event__setup_types() 553 pyrf_task_event__type.tp_new = in pyrf_event__setup_types() 554 pyrf_comm_event__type.tp_new = in pyrf_event__setup_types() 555 pyrf_lost_event__type.tp_new = in pyrf_event__setup_types() 556 pyrf_read_event__type.tp_new = in pyrf_event__setup_types() 557 pyrf_sample_event__type.tp_new = in pyrf_event__setup_types() 558 pyrf_context_switch_event__type.tp_new = in pyrf_event__setup_types() 559 pyrf_throttle_event__type.tp_new = PyType_GenericNew; in pyrf_event__setup_types() 685 pyrf_cpu_map__type.tp_new = PyType_GenericNew; in pyrf_cpu_map__setup_types() 754 pyrf_thread_map__type.tp_new = PyType_GenericNew; in pyrf_thread_map__setup_types() [all …]
|
/Linux-v6.1/net/sched/ |
D | cls_api.c | 1708 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique() argument 1718 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique() 1720 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1727 err = tcf_chain_tp_insert(chain, &chain_info, tp_new); in tcf_chain_tp_insert_unique() 1731 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1732 tp_new = tp; in tcf_chain_tp_insert_unique() 1734 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1735 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique() 1738 return tp_new; in tcf_chain_tp_insert_unique() 2071 struct tcf_proto *tp_new = NULL; in tc_new_tfilter() local [all …]
|