Home
last modified time | relevance | path

Searched refs:NAPI_STATE_NPSVC (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/core/
Dnetpoll.c158 if (test_and_set_bit(NAPI_STATE_NPSVC, &napi->state)) in poll_one_napi()
168 clear_bit(NAPI_STATE_NPSVC, &napi->state); in poll_one_napi()
Ddev.c4645 if (unlikely(test_bit(NAPI_STATE_NPSVC, &n->state))) in napi_complete_done()
4765 while (test_and_set_bit(NAPI_STATE_NPSVC, &n->state)) in napi_disable()
/linux-4.4.14/include/linux/
Dnetdevice.h329 NAPI_STATE_NPSVC, /* Netpoll - don't dequeue from poll_list */ enumerator
511 clear_bit(NAPI_STATE_NPSVC, &n->state); in napi_enable()