Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dsched.h278 struct rt_bandwidth { struct
280 raw_spinlock_t rt_runtime_lock;
281 ktime_t rt_period;
282 u64 rt_runtime;
283 struct hrtimer rt_period_timer;
284 unsigned int rt_period_active;
396 struct rt_bandwidth rt_bandwidth; member