Home
last modified time | relevance | path

Searched refs:NR_RECENT (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H A Dteo.c64 * %NR_RECENT invocations of it for the given CPU) for each bin.
88 * greater than %NR_RECENT / 2, the CPU is likely to wake up early, so look
168 #define NR_RECENT 9 macro
199 int recent_idx[NR_RECENT];
290 if (cpu_data->next_recent_idx >= NR_RECENT) in teo_update()
498 alt_recent = idx_recent_sum > NR_RECENT / 2; in teo_select()
676 for (i = 0; i < NR_RECENT; i++) in teo_enable_device()

Completed in 2 milliseconds