Home
last modified time | relevance | path

Searched refs:tnext (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/acpi/numa/
Dhmat.c778 struct memory_target *target, *tnext; in hmat_free_structures() local
783 list_for_each_entry_safe(target, tnext, &targets, node) { in hmat_free_structures()
/linux-5.19.10/net/sched/
Dsch_netem.c381 u64 tnext = netem_skb_cb(nskb)->time_to_send; in tfifo_enqueue() local
383 if (!q->t_tail || tnext >= netem_skb_cb(q->t_tail)->time_to_send) { in tfifo_enqueue()
397 if (tnext >= netem_skb_cb(skb)->time_to_send) in tfifo_enqueue()