Home
last modified time | relevance | path

Searched refs:max_file_usec (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/journal/
Djournald-gperf.gperf41 Journal.MaxFileSec, config_parse_sec, 0, offsetof(Server, max_file_usec)
Djournald-server.h122 usec_t max_file_usec; member
Djournald-server.c853 if (journal_file_rotate_suggested(f->file, s->max_file_usec, LOG_INFO)) { in write_to_journal()
2308 .max_file_usec = DEFAULT_MAX_FILE_USEC, in server_init()
/systemd-251/src/libsystemd/sd-journal/
Djournal-file.h248 bool journal_file_rotate_suggested(JournalFile *f, usec_t max_file_usec, int log_level);
Djournal-file.c3916 bool journal_file_rotate_suggested(JournalFile *f, usec_t max_file_usec, int log_level) { in journal_file_rotate_suggested() argument
3984 if (max_file_usec > 0) { in journal_file_rotate_suggested()
3990 if (h > 0 && t > h + max_file_usec) { in journal_file_rotate_suggested()
3993 f->path, FORMAT_TIMESPAN(max_file_usec, USEC_PER_SEC)); in journal_file_rotate_suggested()