Searched refs:lastpid (Results 1 – 9 of 9) sorted by relevance
216 static pid_t lastpid; in getentropy_fallback() local230 if (lastpid == pid) { in getentropy_fallback()235 lastpid = pid; in getentropy_fallback()
265 static pid_t lastpid; in getentropy_fallback() local271 if (lastpid == pid) { in getentropy_fallback()276 lastpid = pid; in getentropy_fallback()
344 static pid_t lastpid; in getentropy_fallback() local350 if (lastpid == pid) { in getentropy_fallback()355 lastpid = pid; in getentropy_fallback()
192 int lastpid = 0; variable193 SYSCTL_INT(_kern, OID_AUTO, lastpid, CTLFLAG_RD, &lastpid, 0,267 trypid = lastpid + 1; in fork_findpid()295 lastpid = result; in fork_findpid()
1130 int lastpid = 0; in meta_oodate() local1227 if (pid > 0 && pid != lastpid) { in meta_oodate()1230 if (lastpid > 0) { in meta_oodate()1237 lastpid = pid; in meta_oodate()1268 lastpid = 0; /* no need to save ldir_vname */ in meta_oodate()
102 static int lastpid; variable468 GETSYSCTL("kern.lastpid", lastpid); in get_system_info()578 if (lastpid > 0) { in get_system_info()579 si->last_pid = lastpid; in get_system_info()
1084 extern int lastpid;
911 lastpid /* the last pid */ in linprocfs_doloadavg()
845 kern.lastpid