Searched refs:arg_recursive (Results 1 - 2 of 2) sorted by relevance

/systemd/src/cgtop/
H A Dcgtop.c81 static bool arg_recursive = true; variable
405 if (arg_recursive &&
455 if (arg_order != ORDER_TASKS || arg_recursive) {
805 arg_recursive = r;
1033 arg_recursive = !arg_recursive;
1034 fprintf(stdout, "\nRecursive process counting: %s", yes_no(arg_recursive));
/systemd/src/systemctl/
H A Dsystemctl.c111 static bool arg_recursive = false; variable
629 if (arg_recursive) {
6804 arg_recursive = true;

Completed in 33 milliseconds