Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dsch_netem.c336 x = (sigma % NETEM_DIST_SCALE) * t; in tabledist()
338 x += NETEM_DIST_SCALE/2; in tabledist()
340 x -= NETEM_DIST_SCALE/2; in tabledist()
342 return x / NETEM_DIST_SCALE + (sigma / NETEM_DIST_SCALE) * t + mu; in tabledist()
/Linux-v5.10/tools/include/uapi/linux/
Dpkt_sched.h656 #define NETEM_DIST_SCALE 8192 macro
/Linux-v5.10/include/uapi/linux/
Dpkt_sched.h676 #define NETEM_DIST_SCALE 8192 macro