Searched refs:worker_thread (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/tools/perf/bench/ |
D | sched-pipe.c | 55 static void *worker_thread(void *__tdata) in worker_thread() function 122 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe() 138 worker_thread(threads + 0); in bench_sched_pipe() 141 worker_thread(threads + 1); in bench_sched_pipe()
|
D | numa.c | 1031 static void *worker_thread(void *__tdata) in worker_thread() function 1266 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 5694 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2() 5696 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2() 5697 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2() 5716 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2() 9346 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset() 9730 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3() 9810 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3() 9866 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3() 9868 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3() 9869 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3() [all …]
|
D | lpfc.h | 768 struct task_struct *worker_thread; member
|
D | lpfc_hbadisc.c | 758 phba->worker_thread = NULL; in lpfc_do_work()
|
/linux-4.4.14/kernel/ |
D | workqueue.c | 334 static int worker_thread(void *__worker); 1750 worker->task = kthread_create_on_node(worker_thread, worker, pool->node, in create_worker() 2145 static int worker_thread(void *__worker) in worker_thread() function
|