Home
last modified time | relevance | path

Searched refs:BPF_FS (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_bpftool_metadata.sh8 BPF_FS=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
9 BPF_DIR=$BPF_FS/test_$TESTNAME
40 if [ -z "$BPF_FS" ]; then
H A Dtest_xdp_veth.sh23 BPF_FS=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
24 BPF_DIR=$BPF_FS/test_$TESTNAME
66 if [ -z "$BPF_FS" ]; then
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_bpftool_metadata.sh11 BPF_FS=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
12 BPF_DIR=$BPF_FS/test_$TESTNAME
43 if [ -z "$BPF_FS" ]; then
H A Dtest_xdp_veth.sh23 BPF_FS=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
24 BPF_DIR=$BPF_FS/test_$TESTNAME
69 if [ -z "$BPF_FS" ]; then
/kernel/linux/linux-6.6/tools/lib/api/fs/
H A Dfs.c151 FS(bpf_fs, bpf, BPF_FS);

Completed in 2 milliseconds