Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/cgroup_xattr/
Dcgroup_xattr.c57 static struct cgrp_option cgrp_opt[MAX_SUBSYS]; variable
191 if (!cgrp_opt[i].mounted) in test_run()
194 SAFE_CHDIR(cleanup, cgrp_opt[i].dir); in test_run()
237 if (cgrp_opt[i].subdir) { in cleanup()
238 SAFE_CHDIR(NULL, cgrp_opt[i].dir); in cleanup()
242 if (cgrp_opt[i].mounted) { in cleanup()
243 SAFE_UMOUNT(NULL, cgrp_opt[i].dir); in cleanup()
286 if (cgrp_opt[i].hier == hier) { in mount_cgroup()
293 cgrp_opt[i].hier = hier; in mount_cgroup()
295 char *str = cgrp_opt[i].str; in mount_cgroup()
[all …]