Searched refs:worker_thread (Results 1 – 4 of 4) sorted by relevance
8583 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()8585 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()8586 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()8610 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2()8611 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()13474 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()14113 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()14194 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()14233 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()14235 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()[all …]
1213 struct task_struct *worker_thread; member
278 if (phba->worker_thread) { in lpfc_dev_loss_tmo_callbk()1121 phba->worker_thread = NULL; in lpfc_do_work()
534 static int worker_thread(void *__worker);2815 worker->task = kthread_create_on_node(worker_thread, worker, in create_worker()3384 static int worker_thread(void *__worker) in worker_thread() function