Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Dintel_ips.c242 static const int IPS_SAMPLE_PERIOD = 200; /* ms */ variable
244 #define IPS_SAMPLE_COUNT (IPS_SAMPLE_WINDOW / IPS_SAMPLE_PERIOD)
987 schedule_timeout_interruptible(msecs_to_jiffies(IPS_SAMPLE_PERIOD)); in ips_monitor()
1006 IPS_SAMPLE_PERIOD); in ips_monitor()
1014 schedule_timeout_interruptible(msecs_to_jiffies(IPS_SAMPLE_PERIOD)); in ips_monitor()
1041 schedule_timeout_interruptible(msecs_to_jiffies(IPS_SAMPLE_PERIOD)); in ips_monitor()
1042 last_sample_period = IPS_SAMPLE_PERIOD; in ips_monitor()
1099 expire = jiffies + msecs_to_jiffies(IPS_SAMPLE_PERIOD); in ips_monitor()