Lines Matching refs:worker_thread
8610 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
8612 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
8613 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
8637 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2()
8638 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
13508 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
14152 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
14233 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
14272 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
14274 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
14275 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
15065 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
15105 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
15107 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
15108 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()