Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c380 static int worker_thread(void *__worker);
1959 worker->task = kthread_create_on_node(worker_thread, worker, pool->node, in create_worker()
2388 static int worker_thread(void *__worker) in worker_thread() function