Home
last modified time | relevance | path

Searched refs:SPAWN_LIMIT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.h98 #define SPAWN_LIMIT 15 /* respawn allowed within SPAWN_INTERVAL */ macro
H A Dttymon.c544 if (pmptr->p_respawn >= SPAWN_LIMIT) { in check_spawnlimit()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c377 #define SPAWN_LIMIT 10 macro
1376 if (process->p_count++ == SPAWN_LIMIT) { in spawn()
1392 } else if (process->p_count > SPAWN_LIMIT) { in spawn()