Searched refs:proc_thr_cmp (Results 1 – 1 of 1) sorted by relevance
109 static int proc_thr_cmp(const void *a, const void *b);158 if (!strcmp(argv[i], "thr")) { proc_cmp = &proc_thr_cmp; continue; } in top_main()172 if (threads && proc_cmp == &proc_thr_cmp) { in top_main()562 static int proc_thr_cmp(const void *a, const void *b) { in proc_thr_cmp() function