Home
last modified time | relevance | path

Searched refs:dl_bandwidth (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/kernel/sched/
Dsched.h268 struct dl_bandwidth { struct
1877 extern struct dl_bandwidth def_dl_bandwidth;
1878 extern void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime);
Ddeadline.c21 struct dl_bandwidth def_dl_bandwidth;
337 void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime) in init_dl_bandwidth()