Searched refs:tabledist (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_netem.c | 314 /* tabledist - return a pseudo-randomly distributed value with mean mu and 318 static s64 tabledist(s64 mu, s32 sigma, in tabledist() function 536 delay = tabledist(q->latency, q->jitter, in netem_enqueue() 639 next_delay = tabledist(q->slot_config.dist_delay, in get_slot_next() 807 /* capping dist_jitter to the range acceptable by tabledist() */ in get_slot() 1041 /* capping jitter to the range acceptable by tabledist() */ in netem_change()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_netem.c | 322 /* tabledist - return a pseudo-randomly distributed value with mean mu and 326 static s64 tabledist(s64 mu, s32 sigma, in tabledist() function 545 delay = tabledist(q->latency, q->jitter, in netem_enqueue() 648 next_delay = tabledist(q->slot_config.dist_delay, in get_slot_next() 817 /* capping dist_jitter to the range acceptable by tabledist() */ in get_slot() 1049 /* capping jitter to the range acceptable by tabledist() */ in netem_change()
|
Completed in 5 milliseconds