Searched defs:cgroup_path (Results 1 – 3 of 3) sorted by relevance
44 static int enable_all_controllers(char *cgroup_path) in enable_all_controllers()143 static int join_cgroup_from_top(char *cgroup_path) in join_cgroup_from_top()180 char cgroup_path[PATH_MAX + 1]; in join_cgroup() local220 char cgroup_path[PATH_MAX + 1]; in create_and_get_cgroup() local
57 static bool connect_send(const char *cgroup_path) in connect_send()
659 static inline int cgroup_path(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_path() function