Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnetpoll.c169 if (cmpxchg(&napi->poll_owner, -1, cpu) == -1) { in poll_napi()
171 smp_store_release(&napi->poll_owner, -1); in poll_napi()
306 if (READ_ONCE(napi->poll_owner) == smp_processor_id()) in netpoll_owner_active()
H A Ddev.c7342 napi->poll_owner = -1; in netif_napi_add_weight_locked()
/linux/include/linux/
H A Dnetdevice.h394 int poll_owner; member