Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/platform/x86/
Dintel_ips.c241 static const int IPS_SAMPLE_PERIOD = 200; /* ms */ variable
243 #define IPS_SAMPLE_COUNT (IPS_SAMPLE_WINDOW / IPS_SAMPLE_PERIOD)
977 schedule_timeout_interruptible(msecs_to_jiffies(IPS_SAMPLE_PERIOD)); in ips_monitor()
996 IPS_SAMPLE_PERIOD); in ips_monitor()
1004 schedule_timeout_interruptible(msecs_to_jiffies(IPS_SAMPLE_PERIOD)); in ips_monitor()
1031 schedule_timeout_interruptible(msecs_to_jiffies(IPS_SAMPLE_PERIOD)); in ips_monitor()
1032 last_sample_period = IPS_SAMPLE_PERIOD; in ips_monitor()
1089 expire = jiffies + msecs_to_jiffies(IPS_SAMPLE_PERIOD); in ips_monitor()