Home
last modified time | relevance | path

Searched refs:t_tail (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_netem.c78 struct sk_buff *t_tail; member
373 rtnl_kfree_skbs(q->t_head, q->t_tail); in tfifo_reset()
375 q->t_tail = NULL; in tfifo_reset()
383 if (!q->t_tail || tnext >= netem_skb_cb(q->t_tail)->time_to_send) { in tfifo_enqueue()
384 if (q->t_tail) in tfifo_enqueue()
385 q->t_tail->next = nskb; in tfifo_enqueue()
388 q->t_tail = nskb; in tfifo_enqueue()
556 if (q->t_tail) { in netem_enqueue()
558 netem_skb_cb(q->t_tail); in netem_enqueue()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_netem.c79 struct sk_buff *t_tail; member
382 rtnl_kfree_skbs(q->t_head, q->t_tail); in tfifo_reset()
384 q->t_tail = NULL; in tfifo_reset()
392 if (!q->t_tail || tnext >= netem_skb_cb(q->t_tail)->time_to_send) { in tfifo_enqueue()
393 if (q->t_tail) in tfifo_enqueue()
394 q->t_tail->next = nskb; in tfifo_enqueue()
397 q->t_tail = nskb; in tfifo_enqueue()
565 if (q->t_tail) { in netem_enqueue()
567 netem_skb_cb(q->t_tail); in netem_enqueue()
[all...]
/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dscc.c190 static void t_tail(struct timer_list *t);
1081 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_tx_done()
1189 static void t_tail(struct timer_list *t) in t_tail() function
1259 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in t_maxkeyup()
1354 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_set_param()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dscc.c191 static void t_tail(struct timer_list *t);
1083 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_tx_done()
1191 static void t_tail(struct timer_list *t) in t_tail() function
1261 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in t_maxkeyup()
1356 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_set_param()

Completed in 8 milliseconds