Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/sched/
Dsched.h66 struct rt_bandwidth { struct
68 raw_spinlock_t rt_runtime_lock;
69 ktime_t rt_period;
70 u64 rt_runtime;
71 struct hrtimer rt_period_timer;
121 struct rt_bandwidth rt_bandwidth; member