Searched refs:coredump_vacuum (Results 1 - 4 of 4) sorted by relevance
/systemd/src/coredump/ |
H A D | test-coredump-vacuum.c | 26 if (coredump_vacuum(-1, (uint64_t) -1, 70 * 1024) < 0)
|
H A D | coredump-vacuum.h | 25 int coredump_vacuum(int exclude_fd, uint64_t keep_free, uint64_t max_use);
|
H A D | coredump-vacuum.c | 134 int coredump_vacuum(int exclude_fd, uint64_t keep_free, uint64_t max_use) { function
|
H A D | coredump.c | 607 (void) coredump_vacuum(-1, arg_keep_free, arg_max_use); 628 (void) coredump_vacuum(coredump_node_fd >= 0 ? coredump_node_fd : coredump_fd, arg_keep_free, arg_max_use);
|
Completed in 2200 milliseconds