Searched refs:busy_polling (Results 1 – 2 of 2) sorted by relevance
718 if (ec->busy_polling) { in ec_guard()987 ec->busy_polling = true; in acpi_ec_enter_noirq()998 ec->busy_polling = ec_busy_polling; in acpi_ec_leave_noirq()1286 if (ec->busy_polling || bits > 8) in acpi_ec_space_handler()1294 if (ec->busy_polling || bits > 8) in acpi_ec_space_handler()1337 ec->busy_polling = true; in acpi_ec_alloc()
186 bool busy_polling; member