Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c618 struct tasklet_struct *tletp; member
3695 if (sqcp->tletp) in stop_queued_cmnd()
3696 tasklet_kill(sqcp->tletp); in stop_queued_cmnd()
3736 if (sqcp->tletp) in stop_all_queued()
3737 tasklet_kill(sqcp->tletp); in stop_all_queued()
3759 kfree(sqcp->tletp); in free_all_queued()
3760 sqcp->tletp = NULL; in free_all_queued()
4038 if (NULL == sqcp->tletp) { in schedule_resp()
4039 sqcp->tletp = kmalloc(sizeof(*sqcp->tletp), in schedule_resp()
4041 if (NULL == sqcp->tletp) in schedule_resp()
[all …]