Searched refs:max_file_usec (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/journal/ |
D | journald-gperf.gperf | 41 Journal.MaxFileSec, config_parse_sec, 0, offsetof(Server, max_file_usec)
|
D | journald-server.h | 122 usec_t max_file_usec; member
|
D | journald-server.c | 853 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/ |
D | journal-file.h | 248 bool journal_file_rotate_suggested(JournalFile *f, usec_t max_file_usec, int log_level);
|
D | journal-file.c | 3916 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()
|