Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dsched.h1858 extern int dl_bw_alloc(int cpu, u64 dl_bw);
/Linux-v6.6/kernel/sched/
Ddeadline.c3095 int dl_bw_alloc(int cpu, u64 dl_bw) in dl_bw_alloc() function
/Linux-v6.6/kernel/cgroup/
Dcpuset.c2585 ret = dl_bw_alloc(cpu, cs->sum_migrate_dl_bw); in cpuset_can_attach()