Searched refs:child_max (Results 1 – 3 of 3) sorted by relevance
221 if(++bck.count > sh.lim.child_max) in jobsave_create()1087 register int j = BYTE(sh.lim.child_max); in job_clear()1674 register int jmax = BYTE(sh.lim.child_max); in job_alloc()1680 for(j=1; j < sh.lim.child_max; j++) in job_alloc()
1106 shp->lim.child_max = getconf("CHILD_MAX"); in sh_init()1112 if(shp->lim.child_max <=0) in sh_init()1113 shp->lim.child_max = CHILD_MAX; in sh_init()1114 if((v = getconf("PID_MAX")) > 0 && shp->lim.child_max > v) in sh_init()1115 shp->lim.child_max = v; in sh_init()
107 int child_max; /* maxumum number of children */ member