| Home | Sort by: relevance | last modified time | path |
| /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; |