Home
last modified time | relevance | path

Searched refs:proc_cmp (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dtop.c87 static int (*proc_cmp)(const void *a, const void *b); variable
586 qsort(new_procs, TT.num_new_procs, sizeof(struct proc_info *), proc_cmp); in print_procs()
769 proc_cmp = &proc_cpu_cmp; in top_main()
772 proc_cmp = &top_mem_cmp; in top_main()
794 proc_cmp = &proc_pid_cmp; in top_main()
801 proc_cmp = &proc_vss_cmp; in top_main()
814 proc_cmp = &top_mem_cmp; in top_main()
817 proc_cmp = &proc_cpu_cmp; in top_main()
821 proc_cmp = &proc_time_cmp; in top_main()