Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_pad.c136 static unsigned int round_robin_time = 1; /* second */ variable
149 expire_time = last_jiffies + round_robin_time * HZ; in power_saving_thread()
273 round_robin_time = num; in rrtime_store()
281 return scnprintf(buf, PAGE_SIZE, "%d\n", round_robin_time); in rrtime_show()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_pad.c139 static unsigned int round_robin_time = 1; /* second */ variable
152 expire_time = last_jiffies + round_robin_time * HZ; in power_saving_thread()
283 round_robin_time = num; in rrtime_store()
291 return sysfs_emit(buf, "%d\n", round_robin_time); in rrtime_show()

Completed in 2 milliseconds