Home
last modified time | relevance | path

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

/include/linux/
Dutil_macros.h10 if (__fc_x op DIV_ROUND_CLOSEST(__fc_a[__fc_i] + \
Dkernel.h103 #define DIV_ROUND_CLOSEST(x, divisor)( \ macro
/include/net/
Dred.h109 #define RED_ONE_PERCENT ((u32)DIV_ROUND_CLOSEST(1ULL<<32, 100))
413 max_p_delta = DIV_ROUND_CLOSEST(p->max_P, p->qth_delta); in red_adaptative_algo()