Name

__napi_schedule_irqoff — schedule for receive

Synopsis

void __napi_schedule_irqoff (struct napi_struct * n);
 

Arguments

n

entry to schedule

Description

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.