Loading kernel/sched.c +6 −4 Original line number Diff line number Diff line Loading @@ -163,9 +163,10 @@ struct rt_prio_array { }; struct rt_bandwidth { /* nests inside the rq lock: */ spinlock_t rt_runtime_lock; ktime_t rt_period; u64 rt_runtime; spinlock_t rt_runtime_lock; struct hrtimer rt_period_timer; }; Loading Loading @@ -403,6 +404,7 @@ struct rt_rq { int rt_throttled; u64 rt_time; u64 rt_runtime; /* Nests inside the rq lock: */ spinlock_t rt_runtime_lock; #ifdef CONFIG_RT_GROUP_SCHED Loading Loading
kernel/sched.c +6 −4 Original line number Diff line number Diff line Loading @@ -163,9 +163,10 @@ struct rt_prio_array { }; struct rt_bandwidth { /* nests inside the rq lock: */ spinlock_t rt_runtime_lock; ktime_t rt_period; u64 rt_runtime; spinlock_t rt_runtime_lock; struct hrtimer rt_period_timer; }; Loading Loading @@ -403,6 +404,7 @@ struct rt_rq { int rt_throttled; u64 rt_time; u64 rt_runtime; /* Nests inside the rq lock: */ spinlock_t rt_runtime_lock; #ifdef CONFIG_RT_GROUP_SCHED Loading