Author :
mikeb
Date :
2017-06-26 18:42:23
Hash :398942c6 Message :Rework the deferred interrupt loop
By performing a task_add an interrupt handler can rely on the
taskq_thread to invoke it again with an additional benefit of
being able to sched_pause when required. In the long run more
than 99.8% of calls do not require an additional iteration.