WAITING_MASK 109 drivers/cpuidle/coupled.c #define READY_MASK (~WAITING_MASK) WAITING_MASK 269 drivers/cpuidle/coupled.c int w = atomic_read(&coupled->ready_waiting_counts) & WAITING_MASK; WAITING_MASK 281 drivers/cpuidle/coupled.c int w = atomic_read(&coupled->ready_waiting_counts) & WAITING_MASK; WAITING_MASK 374 drivers/cpuidle/coupled.c return atomic_inc_return(&coupled->ready_waiting_counts) & WAITING_MASK;