Searched refs:NAPI_STATE_SCHED_THREADED (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dnetdevice.h390 NAPI_STATE_SCHED_THREADED, /* Napi is currently scheduled in threaded mode */ enumerator in enum:__anon410
403 NAPIF_STATE_SCHED_THREADED = BIT(NAPI_STATE_SCHED_THREADED),
/linux-master/net/core/
H A Ddev.c4442 set_bit(NAPI_STATE_SCHED_THREADED, &napi->state);
6729 if (test_bit(NAPI_STATE_SCHED_THREADED, &napi->state) || woken) {

Completed in 223 milliseconds