Searched refs:EVT_MAX_PORTS (Results 1 – 6 of 6) sorted by relevance
55 struct prod_data prod[EVT_MAX_PORTS];56 struct worker_data worker[EVT_MAX_PORTS];
59 struct worker_data worker[EVT_MAX_PORTS];
34 #define EVT_MAX_PORTS 256 macro
148 if (pipeline_nb_event_ports(opt) > EVT_MAX_PORTS) { in pipeline_opt_check()149 evt_err("number of ports exceeds %d", EVT_MAX_PORTS); in pipeline_opt_check()
51 struct worker_data worker[EVT_MAX_PORTS];
600 if (perf_nb_event_ports(opt) > EVT_MAX_PORTS) { in perf_opt_check()601 evt_err("number of ports exceeds %d", EVT_MAX_PORTS); in perf_opt_check()