Searched refs:PLATFORM_PROFILE_LAST (Results 1 – 2 of 2) sorted by relevance
26 PLATFORM_PROFILE_LAST, /*must always be last */ enumerator30 unsigned long choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)];
23 static_assert(ARRAY_SIZE(profile_names) == PLATFORM_PROFILE_LAST);41 for_each_set_bit(i, cur_profile->choices, PLATFORM_PROFILE_LAST) { in platform_profile_choices_show()151 if (!pprof || bitmap_empty(pprof->choices, PLATFORM_PROFILE_LAST) || in platform_profile_register()
Completed in 3 milliseconds