Home
last modified time | relevance | path

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

/include/linux/
A Dkernel.h33 #define DIV_ROUND_DOWN_ULL(ll, d) \ macro
36 #define DIV_ROUND_UP_ULL(ll, d) DIV_ROUND_DOWN_ULL((ll) + (d) - 1, (d))

Completed in 4 milliseconds