Searched defs:threshold (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/journal/ |
D | test-journal-config.c | 18 #define COMPRESS_PARSE_CHECK(str, enabled, threshold) \ argument
|
/systemd-251/src/oom/ |
D | test-oomd-util.c | 294 loadavg_t threshold; in test_oomd_pressure_above() local
|
D | oomd-manager.c | 392 uint64_t threshold; in monitor_swap_contexts_handler() local
|
/systemd-251/src/analyze/ |
D | analyze-security.c | 1723 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/ |
D | sd-event.c | 3213 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
|