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

/lxc/src/lxc/cgroups/
H A Dcgfs.c112 char *cgroup_path; member in struct:cgroup_process_info
139 static int do_cgroup_get(const char *cgroup_path, const char *sub_filename, char *value, size_t len);
140 static int do_cgroup_set(const char *cgroup_path, const char *sub_filename, const char *value);
143 static int cgroup_recursive_task_count(const char *cgroup_path);
144 static int handle_cgroup_settings(struct cgroup_mount_point *mp, char *cgroup_path);
899 mp = lxc_cgroup_find_mount_point(h, info_ptr->cgroup_path, true);
908 if (handle_cgroup_settings(mp, info_ptr->cgroup_path) < 0) {
995 parts2[0] = !strcmp(info_ptr->cgroup_path, "/") ? "" : info_ptr->cgroup_path;
1040 if (handle_cgroup_settings(info_ptr->designated_mount_point, info_ptr->cgroup_path) <
1218 char *cgroup_path = (enter_sub && info_ptr->cgroup_path_sub) ? local
1961 do_cgroup_get(const char *cgroup_path, const char *sub_filename, char *value, size_t len) argument
1983 do_cgroup_set(const char *cgroup_path, const char *sub_filename, const char *value) argument
2111 cgroup_recursive_task_count(const char *cgroup_path) argument
2159 handle_cgroup_settings(struct cgroup_mount_point *mp, char *cgroup_path) argument
2559 const char *cgroup_path; member in struct:chown_data
2601 do_cgfs_chown(char *cgroup_path, struct lxc_conf *conf) argument
[all...]
H A Dcgmanager.c70 char *cgroup_path; member in struct:cgm_data
281 static bool lxc_cgmanager_create(const char *controller, const char *cgroup_path, int32_t *existed) argument
285 cgroup_path, existed) != 0) {
290 ERROR("Failed to create %s:%s", controller, cgroup_path);
353 const char *cgroup_path; member in struct:chown_data
357 static int do_chown_cgroup(const char *controller, const char *cgroup_path, argument
377 cgroup_path, sv[1]) != 0) {
456 if (do_chown_cgroup(slist[i], arg->cgroup_path, destuid) < 0) {
458 slist[i], arg->cgroup_path);
470 const char *cgroup_path, cons
469 lxc_cgmanager_chmod(const char *controller, const char *cgroup_path, const char *file, int mode) argument
484 chown_cgroup(const char *cgroup_path, struct lxc_conf *conf) argument
618 char result[MAXPATHLEN], *tmp, *cgroup_path; local
690 lxc_cgmanager_enter(pid_t pid, const char *controller, const char *cgroup_path, bool abs) argument
[all...]

Completed in 15 milliseconds