Lines Matching refs:tletp
621 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()
4044 tasklet_init(sqcp->tletp, in schedule_resp()
4048 tasklet_hi_schedule(sqcp->tletp); in schedule_resp()
4050 tasklet_schedule(sqcp->tletp); in schedule_resp()