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()
240 int lastpid = 0; variable241 SYSCTL_INT(_kern, OID_AUTO, lastpid, CTLFLAG_RD, &lastpid, 0,315 trypid = lastpid + 1; in fork_findpid()343 lastpid = result; in fork_findpid()
1091 int lastpid = 0; in meta_oodate() local1188 if (pid > 0 && pid != lastpid) { in meta_oodate()1191 if (lastpid > 0) { in meta_oodate()1198 lastpid = pid; in meta_oodate()1229 lastpid = 0; /* no need to save ldir_vname */ in meta_oodate()
102 static int lastpid; variable541 GETSYSCTL("kern.lastpid", lastpid); in get_system_info()651 if (lastpid > 0) { in get_system_info()652 si->last_pid = lastpid; in get_system_info()
1090 extern int lastpid;
907 lastpid /* the last pid */ in linprocfs_doloadavg()
845 kern.lastpid