Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dstat.c27 u64 idle, idle_usecs = -1ULL; in get_idle_time() local
30 idle_usecs = get_cpu_idle_time_us(cpu, NULL); in get_idle_time()
32 if (idle_usecs == -1ULL) in get_idle_time()
36 idle = idle_usecs * NSEC_PER_USEC; in get_idle_time()