Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_sfq.c76 #define SFQ_MAX_FLOWS (0x10000 - SFQ_MAX_DEPTH - 1) /* max number of flows */ macro
86 /* This type should contain at least SFQ_MAX_DEPTH + 1 + SFQ_MAX_FLOWS values */
91 * Small indexes [0 ... SFQ_MAX_FLOWS - 1] are 'pointers' to slots[] array
92 * while following values [SFQ_MAX_FLOWS ... SFQ_MAX_FLOWS + SFQ_MAX_DEPTH]
152 if (val < SFQ_MAX_FLOWS) in sfq_dep_head()
154 return &q->dep[val - SFQ_MAX_FLOWS]; in sfq_dep_head()
201 * x : slot number [0 .. SFQ_MAX_FLOWS - 1]
209 p = qlen + SFQ_MAX_FLOWS; in sfq_link()
369 if (x >= SFQ_MAX_FLOWS) in sfq_enqueue()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_sfq.c76 #define SFQ_MAX_FLOWS (0x10000 - SFQ_MAX_DEPTH - 1) /* max number of flows */ macro
86 /* This type should contain at least SFQ_MAX_DEPTH + 1 + SFQ_MAX_FLOWS values */
91 * Small indexes [0 ... SFQ_MAX_FLOWS - 1] are 'pointers' to slots[] array
92 * while following values [SFQ_MAX_FLOWS ... SFQ_MAX_FLOWS + SFQ_MAX_DEPTH]
152 if (val < SFQ_MAX_FLOWS) in sfq_dep_head()
154 return &q->dep[val - SFQ_MAX_FLOWS]; in sfq_dep_head()
201 * x : slot number [0 .. SFQ_MAX_FLOWS - 1]
209 p = qlen + SFQ_MAX_FLOWS; in sfq_link()
369 if (x >= SFQ_MAX_FLOWS) in sfq_enqueue()
[all...]

Completed in 3 milliseconds