Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dsched.h338 struct rt_bandwidth { struct
340 raw_spinlock_t rt_runtime_lock;
341 ktime_t rt_period;
342 u64 rt_runtime;
343 struct hrtimer rt_period_timer;
344 unsigned int rt_period_active;
491 struct rt_bandwidth rt_bandwidth; member