Home
last modified time | relevance | path

Searched refs:oldprocs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_irixsgi.c107 static int oldprocs; /* size of table */ variable
109 #define HASH(x) ((x << 1) % oldprocs)
194 static int oldprocs; /* size of table */ variable
322 oldprocs = 2 * nproc; in allocate_proc_tables()
329 malloc (oldprocs * sizeof(struct oldproc)); in allocate_proc_tables()
381 oldprocs = 2 * nproc; in machine_init()
382 endbase = oldbase + oldprocs; in machine_init()
998 endbase = oldbase + oldprocs; in getptable()
1086 oldprocs = 2 * nproc; in getptable()
1087 endbase = oldbase + oldprocs; in getptable()
H A Dm_irix5.c207 static int oldprocs; /* size of table */ variable
209 #define HASH(x) ((x << 1) % oldprocs)
259 oldprocs = 2 * nproc;
260 endbase = oldbase + oldprocs;
663 endbase = oldbase + oldprocs;
737 oldprocs = 2 * nproc;
738 endbase = oldbase + oldprocs;