Lines Matching refs:worker_thread
6429 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
6431 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
6432 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
6463 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2()
6464 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
10493 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
10960 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
11040 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
11096 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
11098 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
11099 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
11840 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
11897 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
11899 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
11900 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()