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

/freebsd-11.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_pkt_randomizer.c123 static int rand_value; local
140 /* initiate the rand_value according to timeofday */
158 rand_value = rand();
179 if (rand_value %
183 "\t\t\t rand_value:%u, unstable_link_rate:%u \n",
184 buf, rand_value,
207 rand_value = rand();
209 if (rand_value % (p_pkt_rand->osm_pkt_drop_rate) == 0) {

Completed in 43 milliseconds