Searched refs:show_cgroup_by_path (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/cgls/ |
D | cgls.c | 237 q = show_cgroup_by_path(cgroup, NULL, 0, arg_output_flags); in run() 244 q = show_cgroup_by_path(*name, NULL, 0, arg_output_flags); in run() 297 r = show_cgroup_by_path(cwd, NULL, 0, arg_output_flags); in run()
|
/systemd-251/src/shared/ |
D | cgroup-show.c | 253 int show_cgroup_by_path( in show_cgroup_by_path() function 307 show_cgroup_by_path(last, p1, n_columns-2, flags); in show_cgroup_by_path() 331 show_cgroup_by_path(last, p2, n_columns-2, flags); in show_cgroup_by_path() 351 return show_cgroup_by_path(p, prefix, n_columns, flags); in show_cgroup()
|
D | cgroup-show.h | 12 int show_cgroup_by_path(const char *path, const char *prefix, size_t n_columns, OutputFlags flags);
|