Name

napi_if_scheduled_mark_missed — if napi is running, set the NAPIF_STATE_MISSED

Synopsis

bool napi_if_scheduled_mark_missed (struct napi_struct * n);
 

Arguments

n

NAPI context

Description

If napi is running, set the NAPIF_STATE_MISSED, and return true if NAPI is scheduled.