Lines Matching refs:worker_thread
7221 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
7223 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
7224 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
7249 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2()
7250 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
12021 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
12533 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
12615 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
12671 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
12673 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
12674 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
13457 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
13514 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
13516 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
13517 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()