Lines Matching refs:TICK_NSEC
190 * @tick_hits: Number of "hits" after TICK_NSEC.
302 if (target_residency_ns < TICK_NSEC) {
307 if (TICK_NSEC <= cpu_data->sleep_length_ns) {
309 if (TICK_NSEC <= measured_ns) {
338 drv->states[i].target_residency_ns >= TICK_NSEC;
378 ktime_t delta_tick = TICK_NSEC / 2;
609 if (drv->states[idx].target_residency_ns < TICK_NSEC &&
611 duration_ns = TICK_NSEC / 2;
620 duration_ns >= TICK_NSEC) || tick_nohz_tick_stopped())
653 (tick_nohz_idle_got_tick() && cpu_data->sleep_length_ns > TICK_NSEC)) {