Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.h357 WARN_ON(READ_ONCE(napi->list_owner) != -1); in napi_assert_will_not_race()
H A Dpage_pool.c860 return napi && READ_ONCE(napi->list_owner) == cpuid; in page_pool_napi_local()
H A Ddev.c4832 WRITE_ONCE(napi->list_owner, smp_processor_id()); in ____napi_schedule()
6601 WRITE_ONCE(n->list_owner, -1); in napi_complete_done()
7356 napi->list_owner = -1; in netif_napi_add_weight_locked()
/linux/include/linux/
H A Dnetdevice.h397 int list_owner; member