Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c620 struct timer_list *cmnd_timerp; member
3687 if (sqcp->cmnd_timerp) in stop_queued_cmnd()
3689 sqcp->cmnd_timerp); in stop_queued_cmnd()
3728 if (sqcp->cmnd_timerp) in stop_all_queued()
3730 sqcp->cmnd_timerp); in stop_all_queued()
3753 kfree(sqcp->cmnd_timerp); in free_all_queued()
3754 sqcp->cmnd_timerp = NULL; in free_all_queued()
4012 if (NULL == sqcp->cmnd_timerp) { in schedule_resp()
4013 sqcp->cmnd_timerp = kmalloc(sizeof(struct timer_list), in schedule_resp()
4015 if (NULL == sqcp->cmnd_timerp) in schedule_resp()
[all …]