Searched refs:tts (Results 1 – 1 of 1) sorted by relevance
602 int tts = *time_to_sleep; in compute_tts() local607 tts -= time_diff.tv_sec * MSEC_PER_SEC + in compute_tts()610 if (tts < 0) in compute_tts()611 tts = 0; in compute_tts()613 *time_to_sleep = tts; in compute_tts()