Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-journal/
Djournal-file.h85 uint64_t current_realtime; member
Djournal-file.c2835 f->current_realtime = 0; in journal_file_reset_location()
2845 f->current_realtime = le64toh(o->entry.realtime); in journal_file_save_location()
2865 af->current_realtime == bf->current_realtime && in journal_file_compare_locations()
2893 r = CMP(af->current_realtime, bf->current_realtime); in journal_file_compare_locations()
Dsd-journal.c443 f->current_realtime == l->realtime && in compare_with_location()
470 r = CMP(f->current_realtime, l->realtime); in compare_with_location()