Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dtransaction.c311 _pure_ static bool unit_matters_to_anchor(Unit *u, Job *job) { in unit_matters_to_anchor() function
379 … if (!delete && hashmap_get(tr->jobs, k->unit) && !unit_matters_to_anchor(k->unit, k)) in transaction_verify_order_one()