Searched refs:NAPI_STATE_SCHED (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/core/
H A Dpage_pool.c982 WARN_ON(!test_bit(NAPI_STATE_SCHED, &pool->p.napi->state) ||
H A Ddev.c4773 if (!__test_and_set_bit(NAPI_STATE_SCHED, &sd->backlog.state))
6000 * and NAPI_STATE_SCHED is the only possible flag set
6209 clear_bit(NAPI_STATE_SCHED, &napi->state);
6225 * could not grab NAPI_STATE_SCHED, and that NAPI_STATE_MISSED was
6411 !test_and_set_bit(NAPI_STATE_SCHED, &napi->state)) {
6531 set_bit(NAPI_STATE_SCHED, &napi->state);
6582 BUG_ON(!test_bit(NAPI_STATE_SCHED, &val));
6630 /* This NAPI_STATE_SCHED test is for avoiding a race
6632 * obtains the lock and sees NAPI_STATE_SCHED set will
/linux-master/include/linux/
H A Dnetdevice.h348 * changes the state of the NAPI_STATE_SCHED bit. This means
381 NAPI_STATE_SCHED, /* Poll is scheduled */ enumerator in enum:__anon410
394 NAPIF_STATE_SCHED = BIT(NAPI_STATE_SCHED),
486 * NAPI_STATE_SCHED is an internal state, napi_is_scheduled
498 return test_bit(NAPI_STATE_SCHED, &n->state);
576 while (test_bit(NAPI_STATE_SCHED, &n->state))

Completed in 176 milliseconds