Searched refs:cgroup_path (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/tools/testing/selftests/vm/ |
D | charge_reserved_hugetlb.sh | 27 cgroup_path=/dev/cgroup/memory 28 if [[ ! -e $cgroup_path ]]; then 29 mkdir -p $cgroup_path 31 mount -t cgroup2 none $cgroup_path 33 mount -t cgroup memory,hugetlb $cgroup_path 43 echo $$ >$cgroup_path/cgroup.procs 45 echo $$ >$cgroup_path/tasks 53 if [[ -e $cgroup_path/hugetlb_cgroup_test ]]; then 54 rmdir $cgroup_path/hugetlb_cgroup_test 56 if [[ -e $cgroup_path/hugetlb_cgroup_test1 ]]; then [all …]
|
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | cgroup_helpers.c | 53 static int enable_all_controllers(char *cgroup_path) in enable_all_controllers() argument 61 snprintf(path, sizeof(path), "%s/cgroup.controllers", cgroup_path); in enable_all_controllers() 81 snprintf(path, sizeof(path), "%s/cgroup.subtree_control", cgroup_path); in enable_all_controllers() 151 static int join_cgroup_from_top(const char *cgroup_path) in join_cgroup_from_top() argument 158 "%s/cgroup.procs", cgroup_path); in join_cgroup_from_top() 188 char cgroup_path[PATH_MAX + 1]; in join_cgroup() local 190 format_cgroup_path(cgroup_path, path); in join_cgroup() 191 return join_cgroup_from_top(cgroup_path); in join_cgroup() 228 char cgroup_path[PATH_MAX + 1]; in create_and_get_cgroup() local 231 format_cgroup_path(cgroup_path, path); in create_and_get_cgroup() [all …]
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | cg_storage_multi.c | 57 static bool connect_send(const char *cgroup_path) in connect_send() argument 62 if (join_cgroup(cgroup_path)) in connect_send()
|
/Linux-v5.15/mm/ |
D | mmap_lock.c | 213 cgroup_path(memcg->css.cgroup, buf, MEMCG_PATH_BUF_SIZE); in get_mm_memcg_path()
|
/Linux-v5.15/kernel/cgroup/ |
D | cgroup-internal.h | 34 cgroup_path(cgrp, trace_cgroup_path, \
|
/Linux-v5.15/include/linux/ |
D | blk-cgroup.h | 452 return cgroup_path(blkg->blkcg->css.cgroup, buf, buflen); in blkg_path()
|
D | cgroup.h | 659 static inline int cgroup_path(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_path() function
|
/Linux-v5.15/kernel/sched/ |
D | debug.c | 498 cgroup_path(tg->css.cgroup, path, plen); in task_group_path()
|
D | fair.c | 284 cgroup_path(cfs_rq->tg->css.cgroup, path, len); in cfs_rq_tg_path()
|
/Linux-v5.15/block/ |
D | blk-iocost.c | 200 cgroup_path(iocg_to_blkg(iocg)->blkcg->css.cgroup, \
|
/Linux-v5.15/kernel/events/ |
D | core.c | 8195 cgroup_path(cgrp, pathname, PATH_MAX - sizeof(u64)); in perf_event_cgroup()
|