Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_pad.c135 static unsigned int idle_pct = 5; /* percentage */ variable
157 expire_time = jiffies + HZ * (100 - idle_pct) / 100; in power_saving_thread()
192 schedule_timeout_killable(HZ * idle_pct / 100); in power_saving_thread()
294 idle_pct = num; in idlepct_store()
302 return scnprintf(buf, PAGE_SIZE, "%d\n", idle_pct); in idlepct_show()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_pad.c138 static unsigned int idle_pct = 5; /* percentage */ variable
160 expire_time = jiffies + HZ * (100 - idle_pct) / 100; in power_saving_thread()
201 schedule_timeout_killable(HZ * idle_pct / 100); in power_saving_thread()
305 idle_pct = num; in idlepct_store()
313 return sysfs_emit(buf, "%d\n", idle_pct); in idlepct_show()

Completed in 3 milliseconds