Searched refs:rand_ms (Results 1 – 1 of 1) sorted by relevance
729 ulong rand_ms; in bootp_request() local752 rand_ms = rand() >> (22 - bootp_try); in bootp_request()754 rand_ms = rand() >> 19; in bootp_request()756 printf("Random delay: %ld ms...\n", rand_ms); in bootp_request()757 mdelay(rand_ms); in bootp_request()
Completed in 3 milliseconds