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

/linux-4.4.14/drivers/scsi/
H A Dscsi_debug.c620 struct timer_list *cmnd_timerp; member in struct:sdebug_queued_cmd
3687 if (sqcp->cmnd_timerp) stop_queued_cmnd()
3689 sqcp->cmnd_timerp); stop_queued_cmnd()
3728 if (sqcp->cmnd_timerp) stop_all_queued()
3730 sqcp->cmnd_timerp); stop_all_queued()
3753 kfree(sqcp->cmnd_timerp); free_all_queued()
3754 sqcp->cmnd_timerp = NULL; free_all_queued()
4012 if (NULL == sqcp->cmnd_timerp) { schedule_resp()
4013 sqcp->cmnd_timerp = kmalloc(sizeof(struct timer_list), schedule_resp()
4015 if (NULL == sqcp->cmnd_timerp) schedule_resp()
4017 init_timer(sqcp->cmnd_timerp); schedule_resp()
4019 sqcp->cmnd_timerp->function = sdebug_q_cmd_complete; schedule_resp()
4020 sqcp->cmnd_timerp->data = k; schedule_resp()
4021 sqcp->cmnd_timerp->expires = get_jiffies_64() + delta_jiff; schedule_resp()
4022 add_timer(sqcp->cmnd_timerp); schedule_resp()

Completed in 69 milliseconds