Searched refs:tp_new (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | python.c | 479 pyrf_mmap_event__type.tp_new = in pyrf_event__setup_types() 480 pyrf_task_event__type.tp_new = in pyrf_event__setup_types() 481 pyrf_comm_event__type.tp_new = in pyrf_event__setup_types() 482 pyrf_lost_event__type.tp_new = in pyrf_event__setup_types() 483 pyrf_read_event__type.tp_new = in pyrf_event__setup_types() 484 pyrf_sample_event__type.tp_new = in pyrf_event__setup_types() 485 pyrf_context_switch_event__type.tp_new = in pyrf_event__setup_types() 486 pyrf_throttle_event__type.tp_new = PyType_GenericNew; in pyrf_event__setup_types() 612 pyrf_cpu_map__type.tp_new = PyType_GenericNew; in pyrf_cpu_map__setup_types() 681 pyrf_thread_map__type.tp_new = PyType_GenericNew; in pyrf_thread_map__setup_types() [all …]
|
/Linux-v5.4/net/sched/ |
D | cls_api.c | 1681 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique() argument 1691 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique() 1693 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1700 err = tcf_chain_tp_insert(chain, &chain_info, tp_new); in tcf_chain_tp_insert_unique() 1704 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1705 tp_new = tp; in tcf_chain_tp_insert_unique() 1707 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1708 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique() 1711 return tp_new; in tcf_chain_tp_insert_unique() 2039 struct tcf_proto *tp_new = NULL; in tc_new_tfilter() local [all …]
|