Create sched_rand() and move the LCG code into that. Call this when
we need randomness in ULE. This removes random() call from the
rebalance interval code.
Submitted by Harrison Grundy
Differential D1968
Make the LSFR in sched_ule a function and use it always. imp on Feb 26 2015, 12:11 AM. Authored by Tags None Referenced Files
Subscribers
Details Create sched_rand() and move the LCG code into that. Call this when Submitted by Harrison Grundy
Diff Detail
Event TimelineThis comment was removed by rpokala-panasas.com.
Comment Actions This is a LCG not an LSFR, add comments about it. Comment Actions Since they are used only once, I updated sched_random() to include where they
|