Lines Matching refs:monotonic
146 l->monotonic = le64toh(o->entry.monotonic);
477 if (f->current_monotonic < l->monotonic)
479 if (f->current_monotonic > l->monotonic)
615 /* FIXME: missing: find by monotonic */
624 r = journal_file_move_to_entry_by_monotonic_for_data(f, dp, j->current_location.boot_id, j->current_location.monotonic, direction, ret, offset);
717 r = journal_file_move_to_entry_by_monotonic(f, j->current_location.boot_id, j->current_location.monotonic, direction, ret, offset);
938 bid, le64toh(o->entry.monotonic),
949 unsigned long long seqnum, monotonic, realtime, xor_hash;
994 if (sscanf(item+2, "%llx", &monotonic) != 1)
1038 j->current_location.monotonic = (uint64_t) monotonic;
1110 if (ll != le64toh(o->entry.monotonic))
1141 j->current_location.monotonic = usec;
1874 *ret = le64toh(o->entry.monotonic);