Home
last modified time | relevance | path

Searched refs:resp_task (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_exch.c603 while (ep->resp_active && ep->resp_task != current) { in fc_seq_set_resp()
739 if (ep->resp_task != current) in fc_invoke_resp()
740 ep->resp_task = !ep->resp_task ? current : NULL; in fc_invoke_resp()
752 ep->resp_task = NULL; in fc_invoke_resp()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_exch.c602 while (ep->resp_active && ep->resp_task != current) { in fc_seq_set_resp()
738 if (ep->resp_task != current) in fc_invoke_resp()
739 ep->resp_task = !ep->resp_task ? current : NULL; in fc_invoke_resp()
751 ep->resp_task = NULL; in fc_invoke_resp()
/kernel/linux/linux-5.10/include/scsi/
H A Dlibfc.h410 * @resp_task: If @resp_active > 0, either the task executing @resp(), the
447 struct task_struct *resp_task; member
/kernel/linux/linux-6.6/include/scsi/
H A Dlibfc.h419 * @resp_task: If @resp_active > 0, either the task executing @resp(), the
456 struct task_struct *resp_task; member

Completed in 11 milliseconds