HomeSort by relevance Sort by last modified time
    Searched refs:free_procs (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
top.c 85 static struct proc_info *free_procs; variable in typeref:struct:proc_info
177 free_procs = NULL;
199 if (free_procs) {
200 proc = free_procs;
201 free_procs = free_procs->next;
214 proc->next = free_procs;
215 free_procs = proc;
  /external/mksh/src/
jobs.c 1663 static Proc *free_procs; variable
    [all...]

Completed in 35 milliseconds