Searched defs:timespec (Results 1 – 10 of 10) sorted by relevance
31 struct timespec { struct32 time_t tv_sec; /* seconds */33 long tv_nsec; /* nanoseconds */
44 struct timespec { struct45 time_t tv_sec; /* seconds */46 long tv_nsec; /* and nanoseconds */
73 struct timespec { struct78 int nanosleep(const struct timespec *, struct timespec *); argument
265 sleeptest(int (*test)(struct timespec *, struct timespec *), in sleeptest()
27 # define TIMESPEC_NS(timespec) ((timespec).ST_MTIM_NSEC) argument29 # define TIMESPEC_NS(timespec) 0 argument
107 void (*update)(void *, struct timespec *), in rtadvd_add_timer()
267 struct timespec *timespec) in ksched_rr_get_interval()
40 #define timespec timeval macro44 #define timespec timeval macro
73 #define TS2NS(timespec) (((timespec).tv_sec * 1e9) + (timespec).tv_nsec) argument
1744 parse_cert_times(char *timespec) in parse_cert_times()