Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c525 static int worker_thread(void *__worker);
3336 static int worker_thread(void *__worker) in worker_thread() argument
3338 struct worker *worker = __worker; in worker_thread()