Home
last modified time | relevance | path

Searched refs:fq_dequeue (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_fq.c69 /* First cache line : used in fq_gc(), fq_enqueue(), fq_dequeue() */
81 /* Second cache line, used in fq_dequeue() */
526 static struct sk_buff *fq_dequeue(struct Qdisc *sch) in fq_dequeue() function
907 struct sk_buff *skb = fq_dequeue(sch); in fq_change()
1045 .dequeue = fq_dequeue,
/kernel/linux/linux-6.6/net/sched/
H A Dsch_fq.c69 /* First cache line : used in fq_gc(), fq_enqueue(), fq_dequeue() */
81 /* Second cache line, used in fq_dequeue() */
526 static struct sk_buff *fq_dequeue(struct Qdisc *sch) in fq_dequeue() function
904 struct sk_buff *skb = fq_dequeue(sch); in fq_change()
1042 .dequeue = fq_dequeue,

Completed in 4 milliseconds