Home
last modified time | relevance | path

Searched refs:dl_bw_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dsched.h1848 extern int dl_bw_alloc(int cpu, u64 dl_bw);
/linux-6.15/kernel/sched/
H A Ddeadline.c3564 int dl_bw_alloc(int cpu, u64 dl_bw) in dl_bw_alloc() function
/linux-6.15/kernel/cgroup/
H A Dcpuset.c3035 ret = dl_bw_alloc(cpu, cs->sum_migrate_dl_bw); in cpuset_can_attach()