Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dintel_ips.c252 static const int IPS_SAMPLE_PERIOD = 200; /* ms */ variable
254 #define IPS_SAMPLE_COUNT (IPS_SAMPLE_WINDOW / IPS_SAMPLE_PERIOD)
988 schedule_timeout_interruptible(msecs_to_jiffies(IPS_SAMPLE_PERIOD)); in ips_monitor()
1007 IPS_SAMPLE_PERIOD); in ips_monitor()
1015 schedule_timeout_interruptible(msecs_to_jiffies(IPS_SAMPLE_PERIOD)); in ips_monitor()
1042 schedule_timeout_interruptible(msecs_to_jiffies(IPS_SAMPLE_PERIOD)); in ips_monitor()
1043 last_sample_period = IPS_SAMPLE_PERIOD; in ips_monitor()
1100 expire = jiffies + msecs_to_jiffies(IPS_SAMPLE_PERIOD); in ips_monitor()