Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnetpoll.c176 if (cmpxchg(&napi->poll_owner, -1, cpu) == -1) { in poll_napi()
178 smp_store_release(&napi->poll_owner, -1); in poll_napi()
312 if (READ_ONCE(napi->poll_owner) == smp_processor_id()) in netpoll_owner_active()
H A Ddev.c7032 napi->poll_owner = -1; in netif_napi_add_weight_locked()
/linux/include/linux/
H A Dnetdevice.h377 int poll_owner; member