Function uacpi_kernel_wait_for_work_completion
uacpi_status uacpi_kernel_wait_for_work_completion()
Description
Waits for two types of work to finish:
- All in-flight interrupts installed via uacpi_kernel_install_interrupt_handler
- All work scheduled via uacpi_kernel_schedule_work Note that the waits must be done in this order specifically.