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

/systemd/src/cgtop/
H A Dcgtop.c80 } arg_count = COUNT_PIDS; variable in typeref:enum:__anon54
168 if (streq(controller, SYSTEMD_CGROUP_CONTROLLER) && IN_SET(arg_count, COUNT_ALL_PROCESSES, COUNT_USERSPACE_PROCESSES)) {
181 if (arg_count == COUNT_USERSPACE_PROCESSES && is_kernel_thread(pid) > 0)
190 } else if (streq(controller, "pids") && arg_count == COUNT_PIDS) {
406 IN_SET(arg_count, COUNT_ALL_PROCESSES, COUNT_USERSPACE_PROCESSES) &&
589 arg_order == ORDER_TASKS ? on : "", arg_count == COUNT_PIDS ? "Tasks" : arg_count == COUNT_USERSPACE_PROCESSES ? "Procs" : "Proc+",
791 arg_count = COUNT_ALL_PROCESSES;
795 arg_count = COUNT_USERSPACE_PROCESSES;
825 if (recursive_unset && arg_count
[all...]

Completed in 533 milliseconds