Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_sfq.c121 u8 cur_depth; /* depth of longest slot */ member
236 if (n == p && q->cur_depth == d) in sfq_dec()
237 q->cur_depth--; in sfq_dec()
249 if (q->cur_depth < d) in sfq_inc()
250 q->cur_depth = d; in sfq_inc()
296 sfq_index x, d = q->cur_depth; in sfq_drop()
752 q->cur_depth = 0; in sfq_init()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_sfq.c121 u8 cur_depth; /* depth of longest slot */ member
236 if (n == p && q->cur_depth == d) in sfq_dec()
237 q->cur_depth--; in sfq_dec()
249 if (q->cur_depth < d) in sfq_inc()
250 q->cur_depth = d; in sfq_inc()
296 sfq_index x, d = q->cur_depth; in sfq_drop()
755 q->cur_depth = 0; in sfq_init()

Completed in 5 milliseconds