Searched refs:cutoff (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 503 nsec_t cutoff, in needs_cleanup() argument 508 if (FLAGS_SET(age_by, AGE_BY_MTIME) && mtime != NSEC_INFINITY && mtime >= cutoff) { in needs_cleanup() 518 if (FLAGS_SET(age_by, AGE_BY_ATIME) && atime != NSEC_INFINITY && atime >= cutoff) { in needs_cleanup() 531 if (FLAGS_SET(age_by, AGE_BY_CTIME) && ctime != NSEC_INFINITY && ctime >= cutoff) { in needs_cleanup() 540 if (FLAGS_SET(age_by, AGE_BY_BTIME) && btime != NSEC_INFINITY && btime >= cutoff) { in needs_cleanup() 2450 usec_t cutoff, n; in clean_item_instance() local 2461 cutoff = n - i->age; in clean_item_instance() 2505 FORMAT_TIMESTAMP_STYLE(cutoff, TIMESTAMP_US), in clean_item_instance() 2512 cutoff * NSEC_PER_USEC, in clean_item_instance()
|
/systemd-251/src/shared/ |
D | logs-show.c | 1372 usec_t cutoff = 0; in show_journal() local 1380 r = sd_journal_get_cutoff_monotonic_usec(j, boot_id, &cutoff, NULL); in show_journal() 1384 if (r > 0 && not_before < cutoff) { in show_journal()
|
/systemd-251/ |
D | NEWS | 13747 "cutoff" times due to rotation.
|