Home
last modified time | relevance | path

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

/systemd-251/src/core/
Djob.c487 UNIT_FOREACH_DEPENDENCY(other, j->unit, UNIT_ATOM_BEFORE) in job_is_runnable()
488 if (other->job && job_compare(j, other->job, UNIT_ATOM_BEFORE) > 0) { in job_is_runnable()
1022 UNIT_FOREACH_DEPENDENCY(other, u, UNIT_ATOM_BEFORE) in job_finish_and_invalidate()
1398 UNIT_FOREACH_DEPENDENCY(other, j->unit, UNIT_ATOM_BEFORE) in job_may_gc()
1399 if (other->job && job_compare(j, other->job, UNIT_ATOM_BEFORE) < 0) in job_may_gc()
1471 UNIT_FOREACH_DEPENDENCY(other, j->unit, UNIT_ATOM_BEFORE) { in job_get_before()
1474 if (job_compare(j, other->job, UNIT_ATOM_BEFORE) <= 0) in job_get_before()
1499 UNIT_FOREACH_DEPENDENCY(other, j->unit, UNIT_ATOM_BEFORE) { in job_get_after()
1506 if (job_compare(j, other->job, UNIT_ATOM_BEFORE) >= 0) in job_get_after()
1620 assert(IN_SET(assume_dep, UNIT_ATOM_AFTER, UNIT_ATOM_BEFORE)); in job_compare()
[all …]
Dunit-dependency-atom.c90 [UNIT_BEFORE] = UNIT_ATOM_BEFORE,
213 case UNIT_ATOM_BEFORE: in unit_dependency_from_unique_atom()
Dunit-dependency-atom.h74 UNIT_ATOM_BEFORE = UINT64_C(1) << 26, enumerator
Dtransaction.c347 UNIT_ATOM_BEFORE, in transaction_verify_order_one()
Dunit.c1474 if (unit_has_dependency(target, UNIT_ATOM_BEFORE, u)) in unit_add_default_target_dependency()
3087 if (FLAGS_SET(a, UNIT_ATOM_BEFORE) && other->type == UNIT_DEVICE) { in unit_add_dependency()