Home
last modified time | relevance | path

Searched refs:WAITING_BITS (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/cpuidle/
Dcoupled.c115 #define WAITING_BITS 16 macro
116 #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()