Home
last modified time | relevance | path

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

/trueos/sys/contrib/altq/altq/
HDaltq_red.c1105 #define FV_FSHIFT 5 /* weight of average fraction -- 1/32 */ macro
1106 #define FV_FSCALE(x) ((x) << FV_FSHIFT)
1107 #define FV_FUNSCALE(x) ((x) >> FV_FSHIFT)