Home
last modified time | relevance | path

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

/linux/tools/accounting/
H A Ddelaytop.c586 static int compare_tasks(const void *a, const void *b) in compare_tasks() function
609 qsort(tasks, task_count, sizeof(struct task_info), compare_tasks); in sort_tasks()