Searched refs:lastpid (Results 1 – 9 of 9) sorted by relevance
| /trueos/sys/kern/ |
| HD | kern_fork.c | 184 int lastpid = 0; variable 185 SYSCTL_INT(_kern, OID_AUTO, lastpid, CTLFLAG_RD, &lastpid, 0, 246 trypid = lastpid + 1; in fork_findpid() 322 lastpid = trypid; in fork_findpid()
|
| /trueos/cddl/contrib/dtracetoolkit/Examples/ |
| HD | pidpersec_example.txt | 32 The value for lastpid confirms the rates printed.
|
| /trueos/contrib/bmake/ |
| HD | meta.c | 914 int lastpid = 0; in meta_oodate() local 1009 if (pid > 0 && pid != lastpid) { in meta_oodate() 1013 if (lastpid > 0) { in meta_oodate() 1018 lastpid = pid; in meta_oodate() 1043 lastpid = 0; /* no need to save ldir_vname */ in meta_oodate()
|
| /trueos/release/picobsd/tinyware/msh/ |
| HD | sh3.c | 503 waitfor(lastpid, canintr) in waitfor() argument 504 register int lastpid; in waitfor() 522 if (pid != lastpid) { 529 if (pid != lastpid) { 543 } while (pid != lastpid);
|
| HD | sh.h | 207 _PROTOTYPE(int waitfor , (int lastpid , int canintr ));
|
| /trueos/usr.bin/top/ |
| HD | machine.c | 150 static int lastpid; variable 454 GETSYSCTL("kern.lastpid", lastpid); in get_system_info() 552 if (lastpid > 0) { in get_system_info() 553 si->last_pid = lastpid; in get_system_info()
|
| /trueos/sys/sys/ |
| HD | proc.h | 843 extern int lastpid;
|
| /trueos/sys/compat/linprocfs/ |
| HD | linprocfs.c | 631 lastpid /* the last pid */ in linprocfs_doloadavg()
|
| /trueos/tools/tools/sysdoc/ |
| HD | tunables.mdoc | 856 kern.lastpid
|