Searched refs:lastpid (Results 1 – 8 of 8) sorted by relevance
265 static pid_t lastpid; in getentropy_fallback() local271 if (lastpid == pid) { in getentropy_fallback()276 lastpid = pid; in getentropy_fallback()
363 static pid_t lastpid; in getentropy_fallback() local369 if (lastpid == pid) { in getentropy_fallback()374 lastpid = pid; in getentropy_fallback()
257 int lastpid = 0; variable258 SYSCTL_INT(_kern, OID_AUTO, lastpid, CTLFLAG_RD, &lastpid, 0,332 trypid = lastpid + 1; in fork_findpid()360 lastpid = result; in fork_findpid()
1167 int lastpid = 0; in meta_oodate() local1322 if (pid > 0 && pid != lastpid) { in meta_oodate()1325 if (lastpid > 0) { in meta_oodate()1332 lastpid = pid; in meta_oodate()1364 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()
1108 extern int lastpid;
907 lastpid /* the last pid */ in linprocfs_doloadavg()
842 kern.lastpid