Home
last modified time | relevance | path

Searched refs:current_monotonic (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Djournal-file.h86 uint64_t current_monotonic; member
Djournal-file.c2836 f->current_monotonic = 0; in journal_file_reset_location()
2846 f->current_monotonic = le64toh(o->entry.monotonic); in journal_file_save_location()
2864 af->current_monotonic == bf->current_monotonic && in journal_file_compare_locations()
2887 r = CMP(af->current_monotonic, bf->current_monotonic); in journal_file_compare_locations()
Dsd-journal.c463 r = CMP(f->current_monotonic, l->monotonic); in compare_with_location()