__napi_schedule_irqoff — schedule for receive
void __napi_schedule_irqoff ( | struct napi_struct * n) ; |
Variant of __napi_schedule
assuming hard irqs are masked.
On PREEMPT_RT enabled kernels this maps to __napi_schedule
because the interrupt disabled assumption might not be true
due to force-threaded interrupts and spinlock substitution.