Searched refs:MAX_WAITING_CPUS (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/cpuidle/
H A Dcoupled.c108 #define MAX_WAITING_CPUS (1 << WAITING_BITS) macro
109 #define WAITING_MASK (MAX_WAITING_CPUS - 1)
208 atomic_add(MAX_WAITING_CPUS, &coupled->ready_waiting_counts);
233 -MAX_WAITING_CPUS, all);
411 atomic_sub(MAX_WAITING_CPUS, &coupled->ready_waiting_counts);

Completed in 137 milliseconds