Searched defs:JOB_NOP (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Djob.h52 /* JOB_NOP can enter into a transaction, but as it won't pull in
55 * JOB_NOP, previously installed). JOB_NOP is special-cased in
58 JOB_NOP = _JOB_TYPE_MAX_MERGING, /* do nothing */ enumerator in enum:JobType
63 * it always collapses into JOB_RESTART or JOB_NOP before entering.
67 /* Similar to JOB_TRY_RESTART but collapses to JOB_RELOAD or JOB_NOP */
196 return a != JOB_NOP && b != JOB_NOP && !job_type_is_mergeable(a, b);
201 if (b == JOB_NOP)
203 if (a == JOB_NOP)
[all...]

Completed in 637 milliseconds