Lines Matching defs:tsq
1037 * transferring tsq->head because tcp_wfree() might
1042 struct tsq_tasklet *tsq = (struct tsq_tasklet *)data;
1050 list_splice_init(&tsq->head, &list);
1124 struct tsq_tasklet *tsq = &per_cpu(tsq_tasklet, i);
1126 INIT_LIST_HEAD(&tsq->head);
1127 tasklet_init(&tsq->tasklet,
1129 (unsigned long)tsq);
1160 struct tsq_tasklet *tsq;
1173 tsq = this_cpu_ptr(&tsq_tasklet);
1174 empty = list_empty(&tsq->head);
1175 list_add(&tp->tsq_node, &tsq->head);
1177 tasklet_schedule(&tsq->tasklet);