Home
last modified time | relevance | path

Searched defs:cbs_sched_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/net/sched/
Dsch_cbs.c74 struct cbs_sched_data { struct
75 bool offload;
76 int queue;
77 atomic64_t port_rate; /* in bytes/s */
78 s64 last; /* timestamp in ns */
79 s64 credits; /* in bytes */
80 s32 locredit; /* in bytes */
81 s32 hicredit; /* in bytes */
82 s64 sendslope; /* in bytes/s */
83 s64 idleslope; /* in bytes/s */
[all …]
/kernel/linux/linux-5.10/net/sched/
Dsch_cbs.c69 struct cbs_sched_data { struct
70 bool offload;
71 int queue;
72 atomic64_t port_rate; /* in bytes/s */
73 s64 last; /* timestamp in ns */
74 s64 credits; /* in bytes */
75 s32 locredit; /* in bytes */
76 s32 hicredit; /* in bytes */
77 s64 sendslope; /* in bytes/s */
78 s64 idleslope; /* in bytes/s */
[all …]