[go: nahoru, domu]

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

/drivers/staging/lustre/lustre/libcfs/
H A Dprng.c89 * @seed2 : (seed_y) should have the most entropy in the high bits of the word
94 void cfs_srand(unsigned int seed1, unsigned int seed2) argument
98 if (seed2)
99 seed_y = seed2;

Completed in 625 milliseconds