Home
last modified time | relevance | path

Searched defs:div_round_up (Results 1 – 2 of 2) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_sdt.h30 #define div_round_up(a, b) (((a) + (b) - 1) / (b)) macro
H A Dscx_flatcg.bpf.c135 static u64 div_round_up(u64 dividend, u64 divisor) in div_round_up() function