Lines Matching defs:tsq
1047 * transferring tsq->head because tcp_wfree() might
1052 struct tsq_tasklet *tsq = from_tasklet(tsq, t, tasklet);
1060 list_splice_init(&tsq->head, &list);
1134 struct tsq_tasklet *tsq = &per_cpu(tsq_tasklet, i);
1136 INIT_LIST_HEAD(&tsq->head);
1137 tasklet_setup(&tsq->tasklet, tcp_tasklet_func);
1151 struct tsq_tasklet *tsq;
1179 tsq = this_cpu_ptr(&tsq_tasklet);
1180 empty = list_empty(&tsq->head);
1181 list_add(&tp->tsq_node, &tsq->head);
1183 tasklet_schedule(&tsq->tasklet);