Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c4024 struct sdebug_hrtimer *sd_hp = sqcp->sd_hrtp; in schedule_resp() local
4026 if (NULL == sd_hp) { in schedule_resp()
4027 sd_hp = kmalloc(sizeof(*sd_hp), GFP_ATOMIC); in schedule_resp()
4028 if (NULL == sd_hp) in schedule_resp()
4030 sqcp->sd_hrtp = sd_hp; in schedule_resp()
4031 hrtimer_init(&sd_hp->hrt, CLOCK_MONOTONIC, in schedule_resp()
4033 sd_hp->hrt.function = sdebug_q_cmd_hrt_complete; in schedule_resp()
4034 sd_hp->qa_indx = k; in schedule_resp()
4036 hrtimer_start(&sd_hp->hrt, kt, HRTIMER_MODE_REL); in schedule_resp()