Home
last modified time | relevance | path

Searched refs:tp_new (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dpython.c500 pyrf_mmap_event__type.tp_new = in pyrf_event__setup_types()
501 pyrf_task_event__type.tp_new = in pyrf_event__setup_types()
502 pyrf_comm_event__type.tp_new = in pyrf_event__setup_types()
503 pyrf_lost_event__type.tp_new = in pyrf_event__setup_types()
504 pyrf_read_event__type.tp_new = in pyrf_event__setup_types()
505 pyrf_sample_event__type.tp_new = in pyrf_event__setup_types()
506 pyrf_context_switch_event__type.tp_new = in pyrf_event__setup_types()
507 pyrf_throttle_event__type.tp_new = PyType_GenericNew; in pyrf_event__setup_types()
633 pyrf_cpu_map__type.tp_new = PyType_GenericNew; in pyrf_cpu_map__setup_types()
702 pyrf_thread_map__type.tp_new in pyrf_thread_map__setup_types()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dpython.c603 pyrf_mmap_event__type.tp_new = in pyrf_event__setup_types()
604 pyrf_task_event__type.tp_new = in pyrf_event__setup_types()
605 pyrf_comm_event__type.tp_new = in pyrf_event__setup_types()
606 pyrf_lost_event__type.tp_new = in pyrf_event__setup_types()
607 pyrf_read_event__type.tp_new = in pyrf_event__setup_types()
608 pyrf_sample_event__type.tp_new = in pyrf_event__setup_types()
609 pyrf_context_switch_event__type.tp_new = in pyrf_event__setup_types()
610 pyrf_throttle_event__type.tp_new = PyType_GenericNew; in pyrf_event__setup_types()
736 pyrf_cpu_map__type.tp_new = PyType_GenericNew; in pyrf_cpu_map__setup_types()
805 pyrf_thread_map__type.tp_new in pyrf_thread_map__setup_types()
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c1692 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique()
1702 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique()
1704 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique()
1711 err = tcf_chain_tp_insert(chain, &chain_info, tp_new); in tcf_chain_tp_insert_unique()
1715 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique()
1716 tp_new = tp; in tcf_chain_tp_insert_unique()
1718 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique()
1719 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique()
1722 return tp_new; in tcf_chain_tp_insert_unique()
2062 struct tcf_proto *tp_new in tc_new_tfilter() local
1691 tcf_chain_tp_insert_unique(struct tcf_chain *chain, struct tcf_proto *tp_new, u32 protocol, u32 prio, bool rtnl_held) tcf_chain_tp_insert_unique() argument
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c1863 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique()
1873 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique()
1875 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique()
1882 err = tcf_chain_tp_insert(chain, &chain_info, tp_new); in tcf_chain_tp_insert_unique()
1886 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique()
1887 tp_new = tp; in tcf_chain_tp_insert_unique()
1889 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique()
1890 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique()
1893 return tp_new; in tcf_chain_tp_insert_unique()
2239 struct tcf_proto *tp_new in tc_new_tfilter() local
1862 tcf_chain_tp_insert_unique(struct tcf_chain *chain, struct tcf_proto *tp_new, u32 protocol, u32 prio, bool rtnl_held) tcf_chain_tp_insert_unique() argument
[all...]

Completed in 12 milliseconds