Searched refs:MAX_PSETS (Results 1 – 9 of 9) sorted by relevance
287 bitmap_t foreign_psets[BITMAP_LEN(MAX_PSETS)];288 bitmap_t native_psets[BITMAP_LEN(MAX_PSETS)];289 bitmap_t local_psets[BITMAP_LEN(MAX_PSETS)];290 bitmap_t remote_psets[BITMAP_LEN(MAX_PSETS)];291 sched_clutch_edge sched_edges[MAX_PSETS];501 extern processor_set_t __single pset_array[MAX_PSETS]; /* array indexed by pset_id */
1308 assert(cluster_id < MAX_PSETS); in sched_perfcontrol_edge_cpu_rotation_bitmasks_set()1318 assert(cluster_id < MAX_PSETS); in sched_perfcontrol_edge_cpu_rotation_bitmasks_get()
176 extern processor_set_t pset_array[MAX_PSETS];3785 static bitmap_t sched_edge_available_pset_bitmask[BITMAP_LEN(MAX_PSETS)];4687 _Static_assert(MAX_PSETS <= 64, "Unable to fit maximum number of psets in uint64_t bitmask");
162 processor_set_t pset_array[MAX_PSETS] = { 0 };
20 #define MAX_PSETS 16 macro
33 processor_set_t pset_array[MAX_PSETS];
39 static struct processor_set *psets[MAX_PSETS];102 assert(hw_topology.num_psets <= MAX_PSETS); in clutch_impl_init_topology()
202 #define MAX_PSETS 64 macro
93 #define MAX_PSETS MAX_CPU_CLUSTERS macro