Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Dsched.h259 struct rt_bandwidth { struct
261 raw_spinlock_t rt_runtime_lock;
262 ktime_t rt_period;
263 u64 rt_runtime;
264 struct hrtimer rt_period_timer;
265 unsigned int rt_period_active;
416 struct rt_bandwidth rt_bandwidth; member