Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_linuxthr.c267 static struct top_proc *procmax = NULL; variable
282 if (++procblock >= procmax) in new_proc()
291 procmax = procblock++ + PROCBLOCK_SIZE; in new_proc()
H A Dm_linux.c294 static struct top_proc *procmax = NULL; variable
309 if (++procblock >= procmax) in new_proc()
318 procmax = procblock++ + PROCBLOCK_SIZE; in new_proc()