Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Ddev.c1573 static int napi_threaded_poll(void *data);
1583 n->thread = kthread_run(napi_threaded_poll, n, "napi/%s-%d", in napi_kthread_create()
7461 static int napi_threaded_poll(void *data) in napi_threaded_poll() function