Home
last modified time | relevance | path

Searched refs:busy_polling (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dec.c729 if (ec->busy_polling) { in ec_guard()
994 ec->busy_polling = true; in acpi_ec_enter_noirq()
1005 ec->busy_polling = ec_busy_polling; in acpi_ec_leave_noirq()
1333 if (ec->busy_polling || bits > 8) in acpi_ec_space_handler()
1344 if (ec->busy_polling || bits > 8) in acpi_ec_space_handler()
1389 ec->busy_polling = true; in acpi_ec_alloc()
H A Dinternal.h188 bool busy_polling; member