Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dworkqueue.c375 static int worker_thread(void *__worker);
2386 static int worker_thread(void *__worker) in worker_thread() argument
2388 struct worker *worker = __worker; in worker_thread()