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

/linux-master/drivers/acpi/
H A Dacpi_pad.c140 static unsigned int round_robin_time = 1; /* second */ variable
153 expire_time = last_jiffies + round_robin_time * HZ;
284 round_robin_time = num;
292 return sysfs_emit(buf, "%d\n", round_robin_time);

Completed in 142 milliseconds