Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgrp_kfunc.c38 const char *cgrp_path = "cgrp_kfunc"; in mkdir_rm_test_dir() local
40 fd = create_and_get_cgroup(cgrp_path); in mkdir_rm_test_dir()
45 remove_cgroup(cgrp_path); in mkdir_rm_test_dir()
H A Diters.c211 const char *cgrp_path = "/cg1"; in subtest_css_task_iters() local
216 cg_fd = create_and_get_cgroup(cgrp_path); in subtest_css_task_iters()
219 cg_id = get_cgroup_id(cgrp_path); in subtest_css_task_iters()
220 err = join_cgroup(cgrp_path); in subtest_css_task_iters()
/linux/kernel/sched/
H A Dext_internal.h1056 char *cgrp_path; member
H A Dext.c4717 kfree(sch->cgrp_path); in scx_sched_free_rcu_work()
5693 .cgroup_path = sch->cgrp_path, in scx_sub_disable()
6127 sch->cgrp_path); in scx_dump_state()
6452 sch->cgrp_path = kstrdup(buf, GFP_KERNEL); in scx_alloc_and_add_sched()
6454 if (!sch->cgrp_path) { in scx_alloc_and_add_sched()
6934 .cgroup_path = sch->cgrp_path, in scx_sub_enable_workfn()