Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/
Dcgroup_helpers.c52 static int __enable_controllers(const char *cgroup_path, const char *controllers) in __enable_controllers() argument
63 cgroup_path); in __enable_controllers()
84 snprintf(path, sizeof(path), "%s/cgroup.subtree_control", cgroup_path); in __enable_controllers()
115 char cgroup_path[PATH_MAX + 1]; in enable_controllers() local
117 format_cgroup_path(cgroup_path, relative_path); in enable_controllers()
118 return __enable_controllers(cgroup_path, controllers); in enable_controllers()
121 static int __write_cgroup_file(const char *cgroup_path, const char *file, in __write_cgroup_file() argument
127 snprintf(file_path, sizeof(file_path), "%s/%s", cgroup_path, file); in __write_cgroup_file()
156 char cgroup_path[PATH_MAX - 24]; in write_cgroup_file() local
158 format_cgroup_path(cgroup_path, relative_path); in write_cgroup_file()
[all …]
/linux-6.6.21/tools/testing/selftests/mm/
Dcharge_reserved_hugetlb.sh28 cgroup_path=$(mount -t cgroup2 | head -1 | awk '{print $3}')
29 if [[ -z "$cgroup_path" ]]; then
30 cgroup_path=/dev/cgroup/memory
31 mount -t cgroup2 none $cgroup_path
34 echo "+hugetlb" >$cgroup_path/cgroup.subtree_control
36 cgroup_path=$(mount -t cgroup | grep ",hugetlb" | awk '{print $3}')
37 if [[ -z "$cgroup_path" ]]; then
38 cgroup_path=/dev/cgroup/memory
39 mount -t cgroup memory,hugetlb $cgroup_path
43 export cgroup_path
[all …]
Dwrite_hugetlb_memory.sh17 echo $$ > ${cgroup_path:-/dev/cgroup/memory}/"$cgroup"/cgroup.procs
/linux-6.6.21/tools/tracing/rtla/src/
Dutils.c635 char cgroup_path[MAX_PATH - strlen("/cgroup.procs")]; in set_pid_cgroup() local
641 retval = find_mount("cgroup2", cgroup_path, sizeof(cgroup_path)); in set_pid_cgroup()
648 retval = get_self_cgroup(&cgroup_path[strlen(cgroup_path)], in set_pid_cgroup()
649 sizeof(cgroup_path) - strlen(cgroup_path)); in set_pid_cgroup()
655 snprintf(&cgroup_path[strlen(cgroup_path)], in set_pid_cgroup()
656 sizeof(cgroup_path) - strlen(cgroup_path), "%s/", cgroup); in set_pid_cgroup()
659 snprintf(cgroup_procs, MAX_PATH, "%s/cgroup.procs", cgroup_path); in set_pid_cgroup()
693 char cgroup_path[MAX_PATH - strlen("/cgroup.procs")]; in set_comm_cgroup() local
706 retval = find_mount("cgroup2", cgroup_path, sizeof(cgroup_path)); in set_comm_cgroup()
713 retval = get_self_cgroup(&cgroup_path[strlen(cgroup_path)], in set_comm_cgroup()
[all …]
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c57 static bool connect_send(const char *cgroup_path) in connect_send() argument
63 if (join_cgroup(cgroup_path)) in connect_send()
/linux-6.6.21/mm/
Dmmap_lock.c213 cgroup_path(memcg->css.cgroup, buf, MEMCG_PATH_BUF_SIZE); in get_mm_memcg_path()
Dvmscan.c5976 cgroup_path(memcg->css.cgroup, m->private, PATH_MAX); in lru_gen_seq_show()
/linux-6.6.21/kernel/cgroup/
Dcgroup-internal.h33 cgroup_path(cgrp, trace_cgroup_path, \
/linux-6.6.21/block/
Dblk-cgroup.h311 return cgroup_path(blkg->blkcg->css.cgroup, buf, buflen); in blkg_path()
Dblk-iocost.c200 cgroup_path(iocg_to_blkg(iocg)->blkcg->css.cgroup, \
/linux-6.6.21/include/linux/
Dcgroup.h599 static inline int cgroup_path(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_path() function
/linux-6.6.21/kernel/sched/
Ddebug.c548 cgroup_path(tg->css.cgroup, path, plen); in task_group_path()
/linux-6.6.21/mm/damon/
Dsysfs-schemes.c1500 cgroup_path(memcg->css.cgroup, memcg_path_buf, PATH_MAX); in damon_sysfs_memcg_path_eq()
/linux-6.6.21/kernel/events/
Dcore.c8555 cgroup_path(cgrp, pathname, PATH_MAX - sizeof(u64)); in perf_event_cgroup()