Lines Matching refs:time
527 static __always_inline bool time_has_passed(const struct timespec *time)
532 if (now.tv_sec > time->tv_sec)
534 if (now.tv_sec < time->tv_sec)
536 return (now.tv_nsec >= time->tv_nsec);
1730 "-r, --random\t\tArbitrarily sleep a certain amount of time, default\n"
1764 "\t\t\tthen print a message every time that the NRLAT value\n"
1770 "-u, --time TIME\t\tArbitrarily sleep for a specified time TIME ms before\n"
1844 { "time", required_argument, 0, 'u' },
1939 check_alldigits(optarg, "-u [--time]");
2048 "Sleep time is:\t\t\t\t\t\t%ld ms\n",