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

/linux-master/net/sched/
H A Dsch_netem.c322 /* tabledist - return a pseudo-randomly distributed value with mean mu and
326 static s64 tabledist(s64 mu, s32 sigma, function
545 delay = tabledist(q->latency, q->jitter,
648 next_delay = tabledist(q->slot_config.dist_delay,
817 /* capping dist_jitter to the range acceptable by tabledist() */
1049 /* capping jitter to the range acceptable by tabledist() */

Completed in 133 milliseconds