Searched refs:tabledist (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/sched/
H A Dsch_netem.c311 /* tabledist - return a pseudo-randomly distributed value with mean mu and
315 static psched_tdiff_t tabledist(psched_tdiff_t mu, psched_tdiff_t sigma, tabledist() function
477 delay = tabledist(q->latency, q->jitter, netem_enqueue()

Completed in 95 milliseconds