Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c621 struct tasklet_struct *tletp; member
3691 if (sqcp->tletp) in stop_queued_cmnd()
3692 tasklet_kill(sqcp->tletp); in stop_queued_cmnd()
3732 if (sqcp->tletp) in stop_all_queued()
3733 tasklet_kill(sqcp->tletp); in stop_all_queued()
3755 kfree(sqcp->tletp); in free_all_queued()
3756 sqcp->tletp = NULL; in free_all_queued()
4039 if (NULL == sqcp->tletp) { in schedule_resp()
4040 sqcp->tletp = kmalloc(sizeof(*sqcp->tletp), in schedule_resp()
4042 if (NULL == sqcp->tletp) in schedule_resp()
[all …]