Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c622 struct sdebug_hrtimer *sd_hrtp; member
3505 struct sdebug_hrtimer *sd_hrtp = (struct sdebug_hrtimer *)timer; in sdebug_q_cmd_hrt_complete() local
3511 qa_indx = sd_hrtp->qa_indx; in sdebug_q_cmd_hrt_complete()
3683 if (sqcp->sd_hrtp) in stop_queued_cmnd()
3685 &sqcp->sd_hrtp->hrt); in stop_queued_cmnd()
3724 if (sqcp->sd_hrtp) in stop_all_queued()
3726 &sqcp->sd_hrtp->hrt); in stop_all_queued()
3757 kfree(sqcp->sd_hrtp); in free_all_queued()
3758 sqcp->sd_hrtp = NULL; in free_all_queued()
4025 struct sdebug_hrtimer *sd_hp = sqcp->sd_hrtp; in schedule_resp()
[all …]