Lines Matching refs:ps_first
288 struct ps_struct *ps_first,
331 ps = ps_first;
365 ps = ps_first;
420 ps = ps_first->next_ps;
450 ps = ps_first;
499 ps = ps_first;
867 static struct ps_struct *get_next_ps(struct ps_struct *ps, struct ps_struct *ps_first) {
872 if (ps == ps_first)
1005 struct ps_struct *ps_first,
1022 ps = ps_first;
1023 while ((ps = get_next_ps(ps, ps_first))) {
1154 ps = ps_first;
1208 static void svg_top_ten_cpu(FILE *of, struct ps_struct *ps_first) {
1218 ps = ps_first;
1219 while ((ps = get_next_ps(ps, ps_first))) {
1240 static void svg_top_ten_pss(FILE *of, struct ps_struct *ps_first) {
1250 ps = ps_first;
1251 while ((ps = get_next_ps(ps, ps_first))) {
1276 struct ps_struct *ps_first,
1291 ps = ps_first;
1298 while ((ps = get_next_ps(ps, ps_first))) {
1341 svg_ps_bars(of, head, n_samples, n_cpus, ps_first, graph_start, interval);
1352 svg_top_ten_cpu(of, ps_first);
1363 svg_pss_graph(of, head, ps_first, graph_start);
1367 svg_top_ten_pss(of, ps_first);