Home
last modified time | relevance | path

Searched refs:unit_free (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Dunit.h741 Unit* unit_free(Unit *u);
742 DEFINE_TRIVIAL_CLEANUP_FUNC(Unit *, unit_free);
Dswap.c489 unit_free(u); in swap_setup_unit()
Dmanager.c1189 unit_free(u); in manager_dispatch_cleanup_queue()
1455 unit_free(u); in manager_clear_jobs_and_units()
Dunit.c669 Unit* unit_free(Unit *u) { in unit_free() function