Lines Matching refs:UNIT_ATOM_AFTER
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()
1629 if (assume_dep == UNIT_ATOM_AFTER) in job_compare()