Home
last modified time | relevance | path

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

/kernel/sched/
Dsched.h285 static inline void __dl_update(struct dl_bw *dl_b, s64 bw);
291 __dl_update(dl_b, (s32)tsk_bw / cpus); in __dl_sub()
298 __dl_update(dl_b, -((s32)tsk_bw / cpus)); in __dl_add()
2238 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() function
2253 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() function