Lines Matching refs:dpc_thread
3316 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha,
3318 if (IS_ERR(ha->dpc_thread)) {
3321 ret = PTR_ERR(ha->dpc_thread);
3322 ha->dpc_thread = NULL;
3468 if (ha->dpc_thread) {
3469 struct task_struct *t = ha->dpc_thread;
3471 ha->dpc_thread = NULL;
3651 if (ha->dpc_thread) {
3652 struct task_struct *t = ha->dpc_thread;
3655 * qla2xxx_wake_dpc checks for ->dpc_thread
3658 ha->dpc_thread = NULL;
7017 struct task_struct *t = ha->dpc_thread;