Home | History | Annotate | Download | only in sys

Lines Matching refs:it_value

185 	its.it_value.tv_sec = 5;
203 [0] = { .it_value = {-1, 0} },
204 [1] = { .it_value = {0, -1} },
205 [2] = { .it_value = {0, 1000000001} },
206 [3] = { .it_value = {1, 0}, .it_interval = {-1, 0} },
207 [4] = { .it_value = {1, 0}, .it_interval = {0, -1} },
208 [5] = { .it_value = {1, 0}, .it_interval = {0, 1000000001} },
233 its.it_value = einval_its[i].it_value;
234 its.it_value.tv_sec += now.tv_sec;
259 struct itimerspec its = {.it_value = {-1, 0}, .it_interval = {0, 0}};
267 timespecadd(&then, &its.it_value, &its.it_value);
309 .it_value = { .tv_sec = 1, .tv_nsec = 0 },
316 ATF_CHECK_MSG(timespeccmp(&oits.it_value, &its.it_value, <=),
319 (intmax_t)oits.it_value.tv_sec, oits.it_value.tv_nsec,
320 (intmax_t)its.it_value.tv_sec, its.it_value.tv_nsec);
352 .it_value = { .tv_sec = 0, .tv_nsec = 200000000 },
390 .it_value = { .tv_sec = 0, .tv_nsec = 0 },
396 timespecadd(&then, &delta, &its.it_value);
401 ATF_CHECK_MSG(timespeccmp(&oits.it_value, &delta, <=),
404 (intmax_t)oits.it_value.tv_sec, oits.it_value.tv_nsec,
437 .it_value = { .tv_sec = 60 * 60, .tv_nsec = 0 },
484 .it_value = { .tv_sec = 60 * 60, .tv_nsec = 0 },
563 its.it_value.tv_sec = 0;
564 its.it_value.tv_nsec = 500000000;
651 .it_value = { .tv_sec = 1, .tv_nsec = 0 },
731 .it_value = { .tv_sec = 60 * 60, .tv_nsec = 0 },