Searched refs:relative_path (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | cgroup_helpers.h | 13 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 D | cgroup_helpers.c | 117 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 D | mirror_gre_topo_lib.sh | 36 source "$relative_path/mirror_topo_lib.sh"
|
A D | lib.sh | 34 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 D | mirror_gre_lib.sh | 3 source "$relative_path/mirror_lib.sh"
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/bonding/ |
A D | net_forwarding_lib.sh | 34 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 D | lib.sh | 34 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 D | net_forwarding_lib.sh | 34 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