HomeSort by: relevance | last modified time | path
    Searched refs:procmax (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/top/dist/machine/
m_linux.c 294 static struct top_proc *procmax = NULL; variable in typeref:struct:top_proc
309 if (++procblock >= procmax)
318 procmax = procblock++ + PROCBLOCK_SIZE;
m_linuxthr.c 267 static struct top_proc *procmax = NULL; variable in typeref:struct:top_proc
282 if (++procblock >= procmax)
291 procmax = procblock++ + PROCBLOCK_SIZE;

Completed in 17 milliseconds