Home
last modified time | relevance | path

Searched refs:worker_thread (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/lpfc/
Dlpfc_init.c5423 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 …]
Dlpfc.h747 struct task_struct *worker_thread; member
Dlpfc_hbadisc.c756 phba->worker_thread = NULL; in lpfc_do_work()