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

/scripts/kconfig/
H A Dconf.c503 struct timeval now; local
510 gettimeofday(&now, NULL);
512 seed = (unsigned int)((now.tv_sec + 1) * (now.tv_usec + 1));

Completed in 154 milliseconds