Searched refs:UNIT_ATOM_AFTER (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/core/ |
D | job.c | 479 UNIT_FOREACH_DEPENDENCY(other, j->unit, UNIT_ATOM_AFTER) in job_is_runnable() 480 if (other->job && job_compare(j, other->job, UNIT_ATOM_AFTER) > 0) { in job_is_runnable() 1017 UNIT_FOREACH_DEPENDENCY(other, u, UNIT_ATOM_AFTER) in job_finish_and_invalidate() 1402 UNIT_FOREACH_DEPENDENCY(other, j->unit, UNIT_ATOM_AFTER) in job_may_gc() 1403 if (other->job && job_compare(j, other->job, UNIT_ATOM_AFTER) < 0) in job_may_gc() 1460 UNIT_FOREACH_DEPENDENCY(other, j->unit, UNIT_ATOM_AFTER) { in job_get_before() 1463 if (job_compare(j, other->job, UNIT_ATOM_AFTER) <= 0) in job_get_before() 1514 UNIT_FOREACH_DEPENDENCY(other, j->unit, UNIT_ATOM_AFTER) { in job_get_after() 1521 if (job_compare(j, other->job, UNIT_ATOM_AFTER) >= 0) in job_get_after() 1620 assert(IN_SET(assume_dep, UNIT_ATOM_AFTER, UNIT_ATOM_BEFORE)); in job_compare() [all …]
|
D | unit-dependency-atom.c | 91 [UNIT_AFTER] = UNIT_ATOM_AFTER, 216 case UNIT_ATOM_AFTER: in unit_dependency_from_unique_atom()
|
D | unit-dependency-atom.h | 75 UNIT_ATOM_AFTER = UINT64_C(1) << 27, enumerator
|
D | transaction.c | 348 UNIT_ATOM_AFTER, in transaction_verify_order_one()
|
D | unit.c | 1837 if (!unit_has_dependency(u, UNIT_ATOM_AFTER, other)) in unit_verify_deps() 2194 if (!unit_has_dependency(u, UNIT_ATOM_AFTER, other) && in retroactively_start_dependencies() 2199 if (!unit_has_dependency(u, UNIT_ATOM_AFTER, other) && in retroactively_start_dependencies()
|
/systemd-251/src/test/ |
D | test-engine.c | 235 … assert_se( unit_has_dependency(a, UNIT_ATOM_AFTER, manager_get_unit(m, SPECIAL_BASIC_TARGET))); in main() 236 assert_se( unit_has_dependency(a, UNIT_ATOM_AFTER, manager_get_unit(m, "quux.target"))); in main() 237 … assert_se( unit_has_dependency(a, UNIT_ATOM_AFTER, manager_get_unit(m, SPECIAL_ROOT_SLICE))); in main() 256 UNIT_FOREACH_DEPENDENCY(other, a, UNIT_ATOM_AFTER) { in main()
|