Searched defs:max_busy_polls (Results 1 - 1 of 1) sorted by relevance

/drivers/hwmon/
H A Dsch56xx-common.c123 const int max_busy_polls = 64; local
151 for (i = 0; i < max_busy_polls + max_lazy_polls; i++) {
152 if (i >= max_busy_polls)
163 if (i == max_busy_polls + max_lazy_polls) {
173 for (i = 0; i < max_busy_polls; i++) {
184 if (i == max_busy_polls) {

Completed in 57 milliseconds