Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dworkqueue.c376 static int worker_thread(void *__worker);
2378 static int worker_thread(void *__worker) in worker_thread() argument
2380 struct worker *worker = __worker; in worker_thread()