Home
last modified time | relevance | path

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

/openbmc/u-boot/post/
H A Dpost.c182 test_flags[j] &= ~flag[i]; in post_get_env_flags()
201 test_flags[j] |= flag[i]; in post_get_env_flags()
223 post_get_env_flags(test_flags); in post_get_flags()
250 if (test_flags & POST_PREREL) in post_run_single()
266 if (test_flags & POST_STOP) in post_run_single()
276 if (test_flags & POST_STOP) in post_run_single()
298 post_get_flags(test_flags); in post_run()
316 test_flags[last], in post_run()
323 test_flags[i], in post_run()
332 test_flags[i], in post_run()
[all …]
/openbmc/linux/samples/bpf/
H A Dtest_overhead_user.c175 int test_flags = ~0; in main() local
181 test_flags = atoi(argv[1]) ? : test_flags; in main()
185 if (test_flags & 0x3) { in main()
187 run_perf_test(num_cpu, test_flags); in main()
190 if (test_flags & 0xC) { in main()
197 run_perf_test(num_cpu, test_flags >> 2); in main()
202 if (test_flags & 0x30) { in main()
208 run_perf_test(num_cpu, test_flags >> 4); in main()
213 if (test_flags & 0xC0) { in main()
219 run_perf_test(num_cpu, test_flags >> 6); in main()
H A Dmap_perf_test_user.c71 static int test_flags = ~0; variable
79 return test_flags & TEST_BIT(t); in check_test_flags()
435 test_flags = atoi(argv[1]) ? : test_flags; in main()
/openbmc/linux/kernel/
H A Drseq.c205 u32 test_flags; in rseq_warn_flags() local
209 test_flags = flags & RSEQ_CS_NO_RESTART_FLAGS; in rseq_warn_flags()
210 if (test_flags) in rseq_warn_flags()
211 pr_warn_once("Deprecated flags (%u) in %s ABI structure", test_flags, str); in rseq_warn_flags()
212 test_flags = flags & ~RSEQ_CS_NO_RESTART_FLAGS; in rseq_warn_flags()
213 if (test_flags) in rseq_warn_flags()
214 pr_warn_once("Unknown flags (%u) in %s ABI structure", test_flags, str); in rseq_warn_flags()
/openbmc/linux/mm/
H A Dgup_test.h28 __u32 test_flags; member
H 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()
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c171 int test_flags; member
374 if (s->test_flags >= TEST_FLAGS_BAD) { in chr_read()
376 s->test_flags = TEST_FLAGS_END; in chr_read()
610 if (s->test_flags == TEST_FLAGS_END && in chr_event()
612 s->test_flags = TEST_FLAGS_OK; in chr_event()
1002 s->test_flags = TEST_FLAGS_DISCONNECT; in vhost_user_test_setup_flags_mismatch()
1060 if (s->test_flags == TEST_FLAGS_DISCONNECT) { in vu_net_set_features()
1062 s->test_flags = TEST_FLAGS_BAD; in vu_net_set_features()
/openbmc/linux/tools/testing/memblock/tests/
H A Dcommon.h20 enum test_flags { enum
/openbmc/linux/tools/testing/selftests/mm/
H A Dgup_test.c125 gup.test_flags |= GUP_TEST_FLAG_DUMP_PAGES_USE_PIN; in main()