Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_netem.c394 u64 tnext = netem_skb_cb(nskb)->time_to_send; in tfifo_enqueue() local
396 if (!q->t_tail || tnext >= netem_skb_cb(q->t_tail)->time_to_send) { in tfifo_enqueue()
410 if (tnext >= netem_skb_cb(skb)->time_to_send) in tfifo_enqueue()
/linux/drivers/acpi/numa/
H A Dhmat.c990 struct memory_target *target, *tnext; in hmat_free_structures() local
995 list_for_each_entry_safe(target, tnext, &targets, node) { in hmat_free_structures()