Searched refs:VacuumCandidate (Results 1 – 1 of 1) sorted by relevance
26 typedef struct VacuumCandidate { struct30 } VacuumCandidate; argument32 static VacuumCandidate* vacuum_candidate_free(VacuumCandidate *c) { in vacuum_candidate_free()39 DEFINE_TRIVIAL_CLEANUP_FUNC(VacuumCandidate*, vacuum_candidate_free);145 VacuumCandidate *worst = NULL; in coredump_vacuum()151 VacuumCandidate *c; in coredump_vacuum()196 _cleanup_(vacuum_candidate_freep) VacuumCandidate *n = NULL; in coredump_vacuum()198 n = new0(VacuumCandidate, 1); in coredump_vacuum()