Searched refs:tletp (Results 1 – 1 of 1) sorted by relevance
621 struct tasklet_struct *tletp; member3691 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 …]