Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Daperfmperf.c412 #define MAX_SAMPLE_AGE ((unsigned long)HZ / 50) macro
435 if (!mcnt || (jiffies - last) > MAX_SAMPLE_AGE) in arch_freq_get_on_cpu()