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

  /src/external/bsd/top/dist/machine/
m_linux.c 90 struct top_proc struct
101 struct top_proc *next;
211 static struct top_proc **pactive;
212 static struct top_proc **nextactive;
270 update_procname(struct top_proc *proc, char *cmd)
289 * top_proc structure is freed, it is added to a freelist and reused.
292 static struct top_proc *freelist = NULL;
293 static struct top_proc *procblock = NULL;
294 static struct top_proc *procmax = NULL;
296 static struct top_proc *
    [all...]
m_linuxthr.c 86 struct top_proc struct
103 struct top_proc *next;
191 static struct top_proc *ptable[HASH_SIZE];
192 static struct top_proc **pactive;
193 static struct top_proc **nextactive;
240 update_procname(struct top_proc *proc, char *cmd)
262 * top_proc structure is freed, it is added to a freelist and reused.
265 static struct top_proc *freelist = NULL;
266 static struct top_proc *procblock = NULL;
267 static struct top_proc *procmax = NULL
    [all...]

Completed in 27 milliseconds