Searched refs:IDLE_THRESH (Results 1 – 1 of 1) sorted by relevance
15 #define IDLE_THRESH 20 macro18 #define SLEEP_TICKLESS k_ticks_to_ms_floor64(IDLE_THRESH)21 #define SLEEP_TICKFUL k_ticks_to_ms_floor64(IDLE_THRESH - 1)24 #define SLICE_SIZE k_ticks_to_ms_floor64(IDLE_THRESH >> 1)27 #define SLICE_SIZE_LIMIT k_ticks_to_ms_floor64((IDLE_THRESH >> 1) + 1)