Searched refs:oldprocs (Results 1 – 2 of 2) sorted by relevance
107 static int oldprocs; /* size of table */ variable109 #define HASH(x) ((x << 1) % oldprocs)194 static int oldprocs; /* size of table */ variable322 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()
207 static int oldprocs; /* size of table */ variable209 #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;