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
181 free_procs = NULL;
203 if (free_procs) {
204 proc = free_procs;
205 free_procs = free_procs->next;
218 proc->next = free_procs;
219 free_procs = proc;
  /external/mksh/src/
jobs.c 1662 static Proc *free_procs; variable
    [all...]

Completed in 206 milliseconds