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

/freebsd-13-stable/usr.sbin/yppush/
H A Dyppush_main.c70 static int yppush_jobs = 1; /* Number of allowed concurrent jobs. */ variable
462 * Restrict the number of concurrent jobs: if yppush_jobs number
466 while (yppush_running_jobs >= yppush_jobs && (yppush_svc_run (yppush_timeout) > 0))
513 yppush_jobs = atoi(optarg);
514 if (yppush_jobs <= 0)
515 yppush_jobs = 1;

Completed in 99 milliseconds