Searched refs:endbase (Results 1 – 3 of 3) sorted by relevance
215 struct oldproc *op, *endbase; local260 endbase = oldbase + oldprocs;261 for (op = oldbase; op < endbase; op++) {630 struct oldproc *endbase; local663 endbase = oldbase + oldprocs;703 if (op == endbase) /* table wrapped around */738 endbase = oldbase + oldprocs;739 for (op = oldbase; op < endbase; op++)752 if (op == endbase)
342 struct oldproc *op, *endbase; in machine_init() local382 endbase = oldbase + oldprocs; in machine_init()383 for (op = oldbase; op < endbase; op++) { in machine_init()952 struct oldproc *op, *endbase; in getptable() local998 endbase = oldbase + oldprocs; in getptable()1038 if (op == endbase) /* table wrap around */ in getptable()1087 endbase = oldbase + oldprocs; in getptable()1089 for (op = oldbase; op < endbase; op++) in getptable()1100 if (op == endbase) in getptable()
1088 struct oldproc *op, *endbase; in reallocproc() local