Home
last modified time | relevance | path

Searched refs:idle_usecs (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/proc/
Dstat.c50 u64 idle, idle_usecs = -1ULL; in get_idle_time() local
53 idle_usecs = get_cpu_idle_time_us(cpu, NULL); in get_idle_time()
55 if (idle_usecs == -1ULL) in get_idle_time()
59 idle = idle_usecs * NSEC_PER_USEC; in get_idle_time()