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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dacpi_pad.c152 static unsigned int round_robin_time = 10; /* second */ variable
169 if (last_jiffies + round_robin_time * HZ < jiffies) {
298 round_robin_time = num;
306 return scnprintf(buf, PAGE_SIZE, "%d", round_robin_time);

Completed in 36 milliseconds