Home
last modified time | relevance | path

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

/fs/
Deventpoll.c227 unsigned int napi_id; member
401 unsigned int napi_id = READ_ONCE(ep->napi_id); in ep_busy_loop() local
403 if ((napi_id >= MIN_NAPI_ID) && net_busy_loop_on()) in ep_busy_loop()
404 napi_busy_loop(napi_id, nonblock ? NULL : ep_busy_loop_end, ep); in ep_busy_loop()
409 if (ep->napi_id) in ep_reset_busy_poll_napi_id()
410 ep->napi_id = 0; in ep_reset_busy_poll_napi_id()
419 unsigned int napi_id; in ep_set_busy_poll_napi_id() local
435 napi_id = READ_ONCE(sk->sk_napi_id); in ep_set_busy_poll_napi_id()
442 if (napi_id < MIN_NAPI_ID || napi_id == ep->napi_id) in ep_set_busy_poll_napi_id()
446 ep->napi_id = napi_id; in ep_set_busy_poll_napi_id()