Searched refs:print_nr (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dmanager.c172 unsigned counter = 0, print_nr; local
183 print_nr = (m->jobs_in_progress_iteration / JOBS_IN_PROGRESS_PERIOD_DIVISOR) % m->n_running_jobs;
186 if (j->state == JOB_RUNNING && counter++ == print_nr)
191 assert(counter == print_nr + 1);

Completed in 16 milliseconds