Answer:Deferred procedure calls are used to postpone interrupt processing in situations where the processing of device interrupts can be broken into a critical portion that is used to unblock the device anda non-critical portion that can be scheduled later at a lower priority.The
non-critical section of code is scheduled for later execution by queuing a deferred procedure call.
Answer:Deferred procedure calls are used to postpone interrupt processing in situations where the processing of device interrupts can be broken into a critical portion that is used to unblock the device anda non-critical portion that can be scheduled later at a lower priority.The
non-critical section of code is scheduled for later execution by queuing a deferred procedure call.