Lines Matching refs:MAX_PSETS
1315 #define MAX_EDGE_MATRIX_SIZE (MAX_PSETS * MAX_PSETS * TH_BUCKET_SCHED_MAX)
1347 assert3u(num_psets, <=, MAX_PSETS); in sched_perfcontrol_edge_matrix_by_qos_get()
1365 bool sched_rt_requested[MAX_PSETS * MAX_PSETS] = {}; in sched_perfcontrol_edge_matrix_by_qos_get()
1375 sched_clutch_edge sched_rt_matrix[MAX_PSETS * MAX_PSETS] = {}; in sched_perfcontrol_edge_matrix_by_qos_get()
1394 assert3u(num_psets, <=, MAX_PSETS); in sched_perfcontrol_edge_matrix_by_qos_set()
1407 sched_clutch_edge sched_rt_matrix[MAX_PSETS * MAX_PSETS] = {}; in sched_perfcontrol_edge_matrix_by_qos_set()
1408 bool sched_rt_changed[MAX_PSETS * MAX_PSETS] = {}; in sched_perfcontrol_edge_matrix_by_qos_set()
1426 assert3u(matrix_order, <=, MAX_PSETS); in sched_perfcontrol_edge_matrix_get()
1448 assert3u(matrix_order, <=, MAX_PSETS); in sched_perfcontrol_edge_matrix_set()
1478 assert(cluster_id < MAX_PSETS); in sched_perfcontrol_edge_cpu_rotation_bitmasks_set()
1488 assert(cluster_id < MAX_PSETS); in sched_perfcontrol_edge_cpu_rotation_bitmasks_get()