sleep_length_ns   104 drivers/cpuidle/governors/teo.c 	u64 sleep_length_ns;
sleep_length_ns   120 drivers/cpuidle/governors/teo.c 	unsigned int sleep_length_us = ktime_to_us(cpu_data->sleep_length_ns);
sleep_length_ns   124 drivers/cpuidle/governors/teo.c 	if (cpu_data->time_span_ns >= cpu_data->sleep_length_ns) {
sleep_length_ns   247 drivers/cpuidle/governors/teo.c 	cpu_data->sleep_length_ns = tick_nohz_get_sleep_length(&delta_tick);
sleep_length_ns   248 drivers/cpuidle/governors/teo.c 	duration_us = ktime_to_us(cpu_data->sleep_length_ns);
sleep_length_ns   449 drivers/cpuidle/governors/teo.c 	    (tick_nohz_idle_got_tick() && cpu_data->sleep_length_ns > TICK_NSEC)) {
sleep_length_ns   451 drivers/cpuidle/governors/teo.c 		cpu_data->time_span_ns = cpu_data->sleep_length_ns;