Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/acpi/
Dacpi_pad.c137 static unsigned int idle_pct = 5; /* percentage */ variable
159 expire_time = jiffies + HZ * (100 - idle_pct) / 100; in power_saving_thread()
200 schedule_timeout_killable(HZ * idle_pct / 100); in power_saving_thread()
304 idle_pct = num; in idlepct_store()
312 return scnprintf(buf, PAGE_SIZE, "%d\n", idle_pct); in idlepct_show()