Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.h387 WARN_ON(READ_ONCE(napi->list_owner) != -1); in napi_assert_will_not_race()
H A Dpage_pool.c921 return napi && READ_ONCE(napi->list_owner) == cpuid; in page_pool_napi_local()
H A Ddev.c4985 WRITE_ONCE(napi->list_owner, smp_processor_id()); in ____napi_schedule()
6811 WRITE_ONCE(n->list_owner, -1); in napi_complete_done()
7578 napi->list_owner = -1; in netif_napi_add_weight_locked()
/linux/include/linux/
H A Dnetdevice.h400 int list_owner; member