Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c577 static int idxprocs = 0; variable
600 pp = nextproc = allprocs + idxprocs; in procs_prealloc()
603 idxprocs, allprocs, nextproc, new); in procs_prealloc()
625 if (idxprocs >= maxprocs) in procs_next()
630 idxprocs++; in procs_next()
655 idxprocs = 0; in procs_start()