Home | History | Annotate | Download | only in timers

Lines Matching defs:set_offset

207 int set_offset(long long offset, int use_nano)
267 if (set_offset(NSEC_PER_SEC - 1, 1))
270 if (set_offset(-NSEC_PER_SEC + 1, 1))
273 if (set_offset(-NSEC_PER_SEC - 1, 1))
276 if (set_offset(5 * NSEC_PER_SEC, 1))
279 if (set_offset(-5 * NSEC_PER_SEC, 1))
282 if (set_offset(5 * NSEC_PER_SEC + NSEC_PER_SEC / 2, 1))
285 if (set_offset(-5 * NSEC_PER_SEC - NSEC_PER_SEC / 2, 1))
288 if (set_offset(USEC_PER_SEC - 1, 0))
291 if (set_offset(-USEC_PER_SEC + 1, 0))
294 if (set_offset(-USEC_PER_SEC - 1, 0))
297 if (set_offset(5 * USEC_PER_SEC, 0))
300 if (set_offset(-5 * USEC_PER_SEC, 0))
303 if (set_offset(5 * USEC_PER_SEC + USEC_PER_SEC / 2, 0))
306 if (set_offset(-5 * USEC_PER_SEC - USEC_PER_SEC / 2, 0))