Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/journal/
Dtest-journal-config.c18 #define COMPRESS_PARSE_CHECK(str, enabled, threshold) \ argument
/systemd-251/src/oom/
Dtest-oomd-util.c294 loadavg_t threshold; in test_oomd_pressure_above() local
Doomd-manager.c392 uint64_t threshold; in monitor_swap_contexts_handler() local
/systemd-251/src/analyze/
Danalyze-security.c1723 unsigned threshold, in assess()
2424 unsigned threshold, in analyze_security_one()
2646 unsigned threshold, in offline_security_check()
2673 unsigned threshold, in offline_security_checks()
2786 unsigned threshold, in analyze_security()
/systemd-251/src/libsystemd/sd-event/
Dsd-event.c3213 static int process_child(sd_event *e, int64_t threshold, int64_t *ret_min_priority) { in process_child()
3382 …event_inotify_data_read(sd_event *e, struct inotify_data *d, uint32_t revents, int64_t threshold) { in event_inotify_data_read()
3941 static int process_epoll(sd_event *e, usec_t timeout, int64_t threshold, int64_t *ret_min_priority)… in process_epoll()
4069 for (int64_t threshold = INT64_MAX; ; threshold--) { in sd_event_wait() local