Searched defs:div_round_up (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/sched_ext/ | ||
| H A D | scx_sdt.h | 30 #define div_round_up(a, b) (((a) + (b) - 1) / (b)) macro |
| H A D | scx_flatcg.bpf.c | 135 static u64 div_round_up(u64 dividend, u64 divisor) in div_round_up() function |