Searched refs:worker_thread (Results 1 – 1 of 1) sorted by relevance
356 static int worker_thread(void *__worker);1930 worker->task = kthread_create_on_node(worker_thread, worker, pool->node, in create_worker()2358 static int worker_thread(void *__worker) in worker_thread() function