Lines Matching refs:p_time
318 long p_time; /* Start time for a series of respawns */ member
1373 if (process->p_time == 0L) in spawn()
1374 process->p_time = now; in spawn()
1378 if ((now - process->p_time) < SPAWN_INTERVAL) { in spawn()
1389 process->p_time = now; in spawn()
1398 if (now - process->p_time < SPAWN_INTERVAL + INHIBIT) in spawn()
1400 process->p_time = now; in spawn()
1499 process->p_time = 0L; in findpslot()
2286 process->p_time = 0L; in siglvl()
2486 process->p_time = 0L; in efork()
3836 if (ptp->p_time < 0) in st_sane()