Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dtest_overhead_user.c166 int test_flags = ~0; in main() local
172 test_flags = atoi(argv[1]) ? : test_flags; in main()
176 if (test_flags & 0x3) { in main()
178 run_perf_test(num_cpu, test_flags); in main()
181 if (test_flags & 0xC) { in main()
188 run_perf_test(num_cpu, test_flags >> 2); in main()
193 if (test_flags & 0x30) { in main()
199 run_perf_test(num_cpu, test_flags >> 4); in main()
204 if (test_flags & 0xC0) { in main()
210 run_perf_test(num_cpu, test_flags >> 6); in main()
A Dmap_perf_test_user.c72 static int test_flags = ~0; variable
80 return test_flags & TEST_BIT(t); in check_test_flags()
433 test_flags = atoi(argv[1]) ? : test_flags; in main()
/linux/mm/
A Dgup_test.c158 if (gup->test_flags & GUP_TEST_FLAG_DUMP_PAGES_USE_PIN) in __gup_test_ioctl()
193 put_back_pages(cmd, pages, nr_pages, gup->test_flags); in __gup_test_ioctl()
A Dgup_test.h25 __u32 test_flags; member
/linux/tools/testing/selftests/vm/
A Dgup_test.c117 gup.test_flags |= GUP_TEST_FLAG_DUMP_PAGES_USE_PIN; in main()

Completed in 6 milliseconds