Home
last modified time | relevance | path

Searched refs:realtime_set (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c128 .realtime_set = true, in init_location()
442 l->realtime_set && in compare_with_location()
468 if (l->realtime_set) { in compare_with_location()
628 if (j->current_location.realtime_set) in find_location_for_match()
718 if (j->current_location.realtime_set) in find_location_with_matches()
955 realtime_set = false, in sd_journal_seek_cursor() local
1002 realtime_set = true; in sd_journal_seek_cursor()
1017 !realtime_set) in sd_journal_seek_cursor()
1025 if (realtime_set) { in sd_journal_seek_cursor()
1027 j->current_location.realtime_set = true; in sd_journal_seek_cursor()
[all …]
Djournal-internal.h45 bool realtime_set:1; member