Lines Matching refs:timespec
18 const struct timespec *rqtp, struct timespec *rmtp) in select_nanosleep()
37 struct timespec rem = {}; in common_errors()
38 struct timespec req = {}; in common_errors()
56 req = (struct timespec){.tv_sec = -1, .tv_nsec = 0}; in common_errors()
61 req = (struct timespec){.tv_sec = 0, .tv_nsec = -1}; in common_errors()
66 req = (struct timespec){.tv_sec = -1, .tv_nsec = -1}; in common_errors()
72 req = (struct timespec){.tv_sec = 0, .tv_nsec = 1000000000}; in common_errors()
82 req = (struct timespec){.tv_sec = 1, .tv_nsec = 1}; in common_errors()
100 req = (struct timespec){.tv_sec = 0, .tv_nsec = 1}; in common_errors()
114 struct timespec rem = {}; in ZTEST()
115 struct timespec req = {}; in ZTEST()
156 struct timespec rem = {0, 0}; in common_lower_bound_check()
157 struct timespec req = {s, ns}; in common_lower_bound_check()
226 struct timespec ts; in ZTEST()