Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dcgroup_hierarchical_stats.c42 #define BPFFS_ROOT "/sys/fs/bpf/" macro
43 #define BPFFS_ATTACH_COUNTERS BPFFS_ROOT "attach_counters/"
94 err = mount("bpf", BPFFS_ROOT, "bpf", 0, NULL); in setup_bpffs()
116 ASSERT_OK(umount(BPFFS_ROOT), "unmount bpffs"); in cleanup_bpffs()