Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dcgroup_helpers.h13 int enable_controllers(const char *relative_path, const char *controllers);
14 int write_cgroup_file(const char *relative_path, const char *file,
16 int write_cgroup_file_parent(const char *relative_path, const char *file,
18 int cgroup_setup_and_join(const char *relative_path);
20 int create_and_get_cgroup(const char *relative_path);
21 void remove_cgroup(const char *relative_path);
22 unsigned long long get_cgroup_id(const char *relative_path);
24 int join_cgroup(const char *relative_path);
25 int join_parent_cgroup(const char *relative_path);
A Dcgroup_helpers.c117 format_cgroup_path(cgroup_path, relative_path); in enable_controllers()
158 format_cgroup_path(cgroup_path, relative_path); in write_cgroup_file()
179 format_parent_cgroup_path(cgroup_path, relative_path); in write_cgroup_file_parent()
272 int join_cgroup(const char *relative_path) in join_cgroup() argument
276 format_cgroup_path(cgroup_path, relative_path); in join_cgroup()
288 int join_parent_cgroup(const char *relative_path) in join_parent_cgroup() argument
346 void remove_cgroup(const char *relative_path) in remove_cgroup() argument
350 format_cgroup_path(cgroup_path, relative_path); in remove_cgroup()
365 int create_and_get_cgroup(const char *relative_path) in create_and_get_cgroup() argument
370 format_cgroup_path(cgroup_path, relative_path); in create_and_get_cgroup()
[all …]
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/
A Dmirror_gre_topo_lib.sh36 source "$relative_path/mirror_topo_lib.sh"
A Dlib.sh34 relative_path="${BASH_SOURCE%/*}"
35 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then
36 relative_path="."
39 if [[ -f $relative_path/forwarding.config ]]; then
40 source "$relative_path/forwarding.config"
A Dmirror_gre_lib.sh3 source "$relative_path/mirror_lib.sh"
/linux-6.3-rc2/tools/testing/selftests/drivers/net/bonding/
A Dnet_forwarding_lib.sh34 relative_path="${BASH_SOURCE%/*}"
35 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then
36 relative_path="."
39 if [[ -f $relative_path/forwarding.config ]]; then
40 source "$relative_path/forwarding.config"
/linux-6.3-rc2/tools/testing/selftests/drivers/net/dsa/
A Dlib.sh34 relative_path="${BASH_SOURCE%/*}"
35 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then
36 relative_path="."
39 if [[ -f $relative_path/forwarding.config ]]; then
40 source "$relative_path/forwarding.config"
/linux-6.3-rc2/tools/testing/selftests/drivers/net/team/
A Dnet_forwarding_lib.sh34 relative_path="${BASH_SOURCE%/*}"
35 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then
36 relative_path="."
39 if [[ -f $relative_path/forwarding.config ]]; then
40 source "$relative_path/forwarding.config"

Completed in 14 milliseconds