test_flags 64 samples/bpf/map_perf_test_user.c static int test_flags = ~0; test_flags 75 samples/bpf/map_perf_test_user.c return test_flags & TEST_BIT(t); test_flags 440 samples/bpf/map_perf_test_user.c test_flags = atoi(argv[1]) ? : test_flags; test_flags 131 samples/bpf/test_overhead_user.c int test_flags = ~0; test_flags 136 samples/bpf/test_overhead_user.c test_flags = atoi(argv[1]) ? : test_flags; test_flags 140 samples/bpf/test_overhead_user.c if (test_flags & 0x3) { test_flags 142 samples/bpf/test_overhead_user.c run_perf_test(num_cpu, test_flags); test_flags 145 samples/bpf/test_overhead_user.c if (test_flags & 0xC) { test_flags 153 samples/bpf/test_overhead_user.c run_perf_test(num_cpu, test_flags >> 2); test_flags 157 samples/bpf/test_overhead_user.c if (test_flags & 0x30) { test_flags 165 samples/bpf/test_overhead_user.c run_perf_test(num_cpu, test_flags >> 4); test_flags 169 samples/bpf/test_overhead_user.c if (test_flags & 0xC0) { test_flags 177 samples/bpf/test_overhead_user.c run_perf_test(num_cpu, test_flags >> 6);