Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c438 static int worker_thread(void *__worker);
2737 static int worker_thread(void *__worker) in worker_thread() argument
2739 struct worker *worker = __worker; in worker_thread()