Lines Matching refs:monotonic
66 [SOURCE_TIME_MONOTONIC] = "monotonic",
200 struct clock_data monotonic;
410 free_clock_data(&e->monotonic);
437 e->watchdog_fd = e->epoll_fd = e->realtime.fd = e->boottime.fd = e->monotonic.fd = e->realtime_alarm.fd = e->boottime_alarm.fd = -1;
438 e->realtime.next = e->boottime.next = e->monotonic.next = e->realtime_alarm.next = e->boottime_alarm.next = USEC_INFINITY;
439 e->realtime.wakeup = e->boottime.wakeup = e->monotonic.wakeup = e->realtime_alarm.wakeup = e->boottime_alarm.wakeup = WAKEUP_CLOCK_DATA;
610 return &e->monotonic;
2436 if (e->watchdog_last + e->watchdog_period / 4 > e->timestamp.monotonic)
2440 e->watchdog_last = e->timestamp.monotonic;
2472 r = event_arm_timer(e, &e->monotonic);
2576 r = process_timer(e, e->timestamp.monotonic, &e->monotonic);
2780 *usec = e->timestamp.monotonic;