Searched refs:__rt_schedulable (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | rt.c | 2867 static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime) in __rt_schedulable() function 2907 err = __rt_schedulable(tg, rt_period, rt_runtime); in tg_set_rt_bandwidth() 2982 ret = __rt_schedulable(NULL, 0, 0); in sched_rt_global_constraints()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | rt.c | 3124 static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime) in __rt_schedulable() function 3164 err = __rt_schedulable(tg, rt_period, rt_runtime); in tg_set_rt_bandwidth() 3240 ret = __rt_schedulable(NULL, 0, 0); in sched_rt_global_constraints()
|
Completed in 8 milliseconds