Lines Matching defs:p_count
312 short p_count; /* How many respawns of this command in */
1364 if (process->p_count++ == SPAWN_LIMIT) {
1378 process->p_count = 0;
1380 } else if (process->p_count > SPAWN_LIMIT) {
1389 process->p_count = 0;
1488 process->p_count = 0;
2324 process->p_count = 0;
2524 process->p_count = 0;
3868 /* p_count >= 0 */
3869 if (ptp->p_count < 0)