Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/acpi/
Dacpi_pad.c138 static unsigned int round_robin_time = 1; /* second */ variable
151 expire_time = last_jiffies + round_robin_time * HZ; in power_saving_thread()
282 round_robin_time = num; in rrtime_store()
290 return scnprintf(buf, PAGE_SIZE, "%d\n", round_robin_time); in rrtime_show()