Home
last modified time | relevance | path

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

/systemd-251/src/cgtop/
Dcgtop.c65 static bool arg_recursive = true; variable
489 if (arg_recursive && in refresh_one()
528 if (arg_order != ORDER_TASKS || arg_recursive) { in group_compare()
872 r = parse_boolean_argument("--recursive=", optarg, &arg_recursive); in parse_argv()
1048 arg_recursive = !arg_recursive; in run()
1049 … fprintf(stdout, "\nRecursive process counting: %s", yes_no(arg_recursive)); in run()
/systemd-251/src/systemctl/
Dsystemctl.h69 extern bool arg_recursive;
Dsystemctl.c84 bool arg_recursive = false; variable
819 arg_recursive = true; in systemctl_parse_argv()
Dsystemctl-list-units.c50 if (arg_recursive) { in get_unit_list_recursive()