Searched defs:ORDER_TASKS (Results 1 - 1 of 1) sorted by relevance

/systemd/src/cgtop/
H A Dcgtop.c85 ORDER_TASKS, enumerator in enum:__anon55
455 if (arg_order != ORDER_TASKS || arg_recursive) {
492 case ORDER_TASKS:
589 arg_order == ORDER_TASKS ? on : "", arg_count == COUNT_PIDS ? "Tasks" : arg_count == COUNT_USERSPACE_PROCESSES ? "Procs" : "Proc+",
590 arg_order == ORDER_TASKS ? off : "",
758 arg_order = ORDER_TASKS;
777 arg_order = ORDER_TASKS;
996 arg_order = ORDER_TASKS;

Completed in 25 milliseconds