Searched refs:cmnd_timerp (Results 1 – 1 of 1) sorted by relevance
617 struct timer_list *cmnd_timerp; member3691 if (sqcp->cmnd_timerp) in stop_queued_cmnd()3693 sqcp->cmnd_timerp); in stop_queued_cmnd()3732 if (sqcp->cmnd_timerp) in stop_all_queued()3734 sqcp->cmnd_timerp); in stop_all_queued()3757 kfree(sqcp->cmnd_timerp); in free_all_queued()3758 sqcp->cmnd_timerp = NULL; in free_all_queued()4011 if (NULL == sqcp->cmnd_timerp) { in schedule_resp()4012 sqcp->cmnd_timerp = kmalloc(sizeof(struct timer_list), in schedule_resp()4014 if (NULL == sqcp->cmnd_timerp) in schedule_resp()[all …]