Lines Matching refs:dpc_thread
3487 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha,
3489 if (IS_ERR(ha->dpc_thread)) {
3492 ret = PTR_ERR(ha->dpc_thread);
3493 ha->dpc_thread = NULL;
3642 if (ha->dpc_thread) {
3643 struct task_struct *t = ha->dpc_thread;
3645 ha->dpc_thread = NULL;
3825 if (ha->dpc_thread) {
3826 struct task_struct *t = ha->dpc_thread;
3829 * qla2xxx_wake_dpc checks for ->dpc_thread
3832 ha->dpc_thread = NULL;
7259 struct task_struct *t = ha->dpc_thread;