Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c4025 struct sdebug_hrtimer *sd_hp = sqcp->sd_hrtp; in schedule_resp() local
4027 if (NULL == sd_hp) { in schedule_resp()
4028 sd_hp = kmalloc(sizeof(*sd_hp), GFP_ATOMIC); in schedule_resp()
4029 if (NULL == sd_hp) in schedule_resp()
4031 sqcp->sd_hrtp = sd_hp; in schedule_resp()
4032 hrtimer_init(&sd_hp->hrt, CLOCK_MONOTONIC, in schedule_resp()
4034 sd_hp->hrt.function = sdebug_q_cmd_hrt_complete; in schedule_resp()
4035 sd_hp->qa_indx = k; in schedule_resp()
4037 hrtimer_start(&sd_hp->hrt, kt, HRTIMER_MODE_REL); in schedule_resp()