Searched refs:worker_thread (Results 1 – 3 of 3) sorted by relevance
5423 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()5425 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()5426 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()5445 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()9027 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()9409 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()9490 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()9546 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()9548 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()9549 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()[all …]
747 struct task_struct *worker_thread; member
756 phba->worker_thread = NULL; in lpfc_do_work()