Searched refs:each_process (Results 1 – 4 of 4) sorted by relevance
75 each_process(NULL, &stop_non_p_processes, NULL); in signal_alarm()
180 struct process *each_process(struct process *start_after,
607 return each_process(NULL, &find_proc, (void *)(uintptr_t)pid); in pid2proc()634 each_process(struct process *start_after, in each_process() function
152 if (!each_process(NULL, &first, NULL)) { in next_event()