Searched refs:WAITING_BITS (Results 1 – 1 of 1) sorted by relevance
115 #define WAITING_BITS 16 macro116 #define MAX_WAITING_CPUS (1 << WAITING_BITS)240 all = coupled->online_count | (coupled->online_count << WAITING_BITS); in cpuidle_coupled_set_not_ready()255 int r = atomic_read(&coupled->ready_waiting_counts) >> WAITING_BITS; in cpuidle_coupled_no_cpus_ready()267 int r = atomic_read(&coupled->ready_waiting_counts) >> WAITING_BITS; in cpuidle_coupled_cpus_ready()