Searched defs:DIV_ROUND_UP (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dftrace.lds.h3 #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) macro
/linux-master/tools/include/linux/
H A Dmath.h14 #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) macro
/linux-master/include/linux/
H A Dmath.h37 #define DIV_ROUND_UP __KERNEL_DIV_ROUND_UP macro
/linux-master/scripts/gdb/linux/
H A Dmm.py13 def DIV_ROUND_UP(n,d): function

Completed in 1031 milliseconds