Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
H A Dsched.h386 static inline void __dl_update(struct dl_bw *dl_b, s64 bw);
392 __dl_update(dl_b, (s32)tsk_bw / cpus); in __dl_sub()
399 __dl_update(dl_b, -((s32)tsk_bw / cpus)); in __dl_add()
2471 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() function
2486 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() function
/kernel/linux/linux-6.6/kernel/sched/
H A Ddeadline.c170 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() function
205 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() function
217 __dl_update(dl_b, (s32)tsk_bw / cpus); in __dl_sub()
224 __dl_update(dl_b, -((s32)tsk_bw / cpus)); in __dl_add()

Completed in 9 milliseconds