Searched refs:free_procs (Results 1 – 1 of 1) sorted by relevance
87 static struct proc_info *free_procs; variable177 free_procs = NULL; in top_main()200 if (free_procs) { in alloc_proc()201 proc = free_procs; in alloc_proc()202 free_procs = free_procs->next; in alloc_proc()215 proc->next = free_procs; in free_proc()216 free_procs = proc; in free_proc()