Lines Matching refs:aggregate
29 unsigned long aggregate[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; member
264 bitmap_and(data->aggregate, tmp, data->aggregate, PLATFORM_PROFILE_LAST); in _aggregate_choices()
284 bitmap_andnot(data->aggregate, handler->choices, in _remove_hidden_choices()
303 .aggregate = { [0 ... BITS_TO_LONGS(PLATFORM_PROFILE_LAST) - 1] = ~0UL }, in platform_profile_choices_show()
322 if (bitmap_empty(data.aggregate, PLATFORM_PROFILE_LAST)) in platform_profile_choices_show()
325 return _commmon_choices_show(data.aggregate, buf); in platform_profile_choices_show()
414 .aggregate = { [0 ... BITS_TO_LONGS(PLATFORM_PROFILE_LAST) - 1] = ~0UL }, in platform_profile_store()
430 if (!test_bit(i, data.aggregate)) in platform_profile_store()
497 .aggregate = { [0 ... BITS_TO_LONGS(PLATFORM_PROFILE_LAST) - 1] = ~0UL }, in platform_profile_cycle()
521 clear_bit(PLATFORM_PROFILE_MAX_POWER, data.aggregate); in platform_profile_cycle()
522 clear_bit(PLATFORM_PROFILE_CUSTOM, data.aggregate); in platform_profile_cycle()
524 next = find_next_bit_wrap(data.aggregate, in platform_profile_cycle()