Lines Matching refs:p_time
314 long p_time; /* Start time for a series of respawns */ member
1361 if (process->p_time == 0L) in spawn()
1362 process->p_time = now; in spawn()
1366 if ((now - process->p_time) < SPAWN_INTERVAL) { in spawn()
1377 process->p_time = now; in spawn()
1386 if (now - process->p_time < SPAWN_INTERVAL + INHIBIT) in spawn()
1388 process->p_time = now; in spawn()
1487 process->p_time = 0L; in findpslot()
2323 process->p_time = 0L; in siglvl()
2523 process->p_time = 0L; in efork()
3873 if (ptp->p_time < 0) in st_sane()