Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnetdevice.h356 NAPI_STATE_SCHED_THREADED, /* Napi is currently scheduled in threaded mode */ enumerator
369 NAPIF_STATE_SCHED_THREADED = BIT(NAPI_STATE_SCHED_THREADED),
/linux/net/core/
A Ddev.c4350 set_bit(NAPI_STATE_SCHED_THREADED, &napi->state); in ____napi_schedule()
7112 if (test_bit(NAPI_STATE_SCHED_THREADED, &napi->state) || woken) { in napi_thread_wait()

Completed in 34 milliseconds