Home
last modified time | relevance | path

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

/systemd-251/src/cgtop/
Dcgtop.c69 COUNT_PIDS, enumerator
72 } arg_count = COUNT_PIDS;
216 } else if (streq(controller, "pids") && arg_count == COUNT_PIDS) { in process()
648 … arg_count == COUNT_PIDS ? "Tasks" : arg_count == COUNT_USERSPACE_PROCESSES ? "Procs" : "Proc+", in display()
900 if (arg_count == COUNT_PIDS) in counting_what()
929 arg_count = (mask & CGROUP_MASK_PIDS) ? COUNT_PIDS : COUNT_USERSPACE_PROCESSES; in run()
931 if (arg_recursive_unset && arg_count == COUNT_PIDS) in run()
1031 … arg_count = arg_count != COUNT_ALL_PROCESSES ? COUNT_ALL_PROCESSES : COUNT_PIDS; in run()
1038 … arg_count = arg_count != COUNT_USERSPACE_PROCESSES ? COUNT_USERSPACE_PROCESSES : COUNT_PIDS; in run()
1045 if (arg_count == COUNT_PIDS) in run()