Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cpuidle/
Dcoupled.c107 #define WAITING_BITS 16 macro
108 #define MAX_WAITING_CPUS (1 << WAITING_BITS)
231 all = coupled->online_count | (coupled->online_count << WAITING_BITS); in cpuidle_coupled_set_not_ready()
246 int r = atomic_read(&coupled->ready_waiting_counts) >> WAITING_BITS; in cpuidle_coupled_no_cpus_ready()
258 int r = atomic_read(&coupled->ready_waiting_counts) >> WAITING_BITS; in cpuidle_coupled_cpus_ready()