Lines Matching refs:per_pid
54 struct per_pid;
73 struct per_pid { struct
74 struct per_pid *next; argument
128 static struct per_pid *all_data;
162 static struct per_pid *find_create_pid(int pid) in find_create_pid()
164 struct per_pid *cursor = all_data; in find_create_pid()
181 struct per_pid *p; in pid_set_comm()
207 struct per_pid *p, *pp; in pid_fork()
223 struct per_pid *p; in pid_exit()
233 struct per_pid *p; in pid_put_sample()
407 struct per_pid *p; in sched_wakeup()
438 struct per_pid *p = NULL, *prev_p; in sched_switch()
617 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids()
689 struct per_pid *p; in draw_wakeups()
755 struct per_pid *p; in draw_cpu_usage()
777 struct per_pid *p; in draw_process_bars()
838 static int passes_filter(struct per_pid *p, struct per_pidcomm *c) in passes_filter()
857 struct per_pid *p; in determine_display_tasks_filtered()
897 struct per_pid *p; in determine_display_tasks()