Home
last modified time | relevance | path

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

/include/linux/
A Dmath.h51 #define DIV_ROUND_DOWN_ULL(ll, d) \ macro
55 DIV_ROUND_DOWN_ULL((unsigned long long)(ll) + (d) - 1, (d))

Completed in 3 milliseconds