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

/linux-4.4.14/drivers/acpi/
H A Dacpi_pad.c137 static unsigned int idle_pct = 5; /* percentage */ variable
160 expire_time = jiffies + HZ * (100 - idle_pct) / 100; power_saving_thread()
195 schedule_timeout_killable(HZ * idle_pct / 100); power_saving_thread()
299 idle_pct = num; acpi_pad_idlepct_store()
307 return scnprintf(buf, PAGE_SIZE, "%d\n", idle_pct); acpi_pad_idlepct_show()

Completed in 49 milliseconds