Searched refs:test_flags (Results 1 - 8 of 8) sorted by relevance

/linux-master/samples/bpf/
H A Dtest_overhead_user.c175 int test_flags = ~0; local
181 test_flags = atoi(argv[1]) ? : test_flags;
185 if (test_flags & 0x3) {
187 run_perf_test(num_cpu, test_flags);
190 if (test_flags & 0xC) {
197 run_perf_test(num_cpu, test_flags >> 2);
202 if (test_flags & 0x30) {
208 run_perf_test(num_cpu, test_flags >> 4);
213 if (test_flags
[all...]
H A Dmap_perf_test_user.c71 static int test_flags = ~0; variable
79 return test_flags & TEST_BIT(t);
435 test_flags = atoi(argv[1]) ? : test_flags;
/linux-master/kernel/
H A Drseq.c205 u32 test_flags; local
209 test_flags = flags & RSEQ_CS_NO_RESTART_FLAGS;
210 if (test_flags)
211 pr_warn_once("Deprecated flags (%u) in %s ABI structure", test_flags, str);
212 test_flags = flags & ~RSEQ_CS_NO_RESTART_FLAGS;
213 if (test_flags)
214 pr_warn_once("Unknown flags (%u) in %s ABI structure", test_flags, str);
/linux-master/mm/
H A Dgup_test.h28 __u32 test_flags; member in struct:gup_test
H A Dgup_test.c158 if (gup->test_flags & GUP_TEST_FLAG_DUMP_PAGES_USE_PIN)
193 put_back_pages(cmd, pages, nr_pages, gup->test_flags);
/linux-master/tools/testing/memblock/tests/
H A Dcommon.h20 enum test_flags { enum
/linux-master/tools/perf/util/
H A Dtrace-event-parse.c179 test_flags(struct tep_format_field *prev_state_field, struct tep_print_arg *arg) function
207 sym = test_flags(prev_state_field, arg);
/linux-master/tools/testing/selftests/mm/
H A Dgup_test.c124 gup.test_flags |= GUP_TEST_FLAG_DUMP_PAGES_USE_PIN;

Completed in 138 milliseconds