| /linux/tools/testing/selftests/openat2/ |
| H A D | resolve_test.c | 114 bool pass; member 140 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 143 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 146 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 149 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 152 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 155 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 158 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 161 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 164 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() [all …]
|
| /linux/tools/testing/selftests/kselftest_harness/ |
| H A D | harness-selftest.expected | 27 # RUN fixture.pass ... 28 # harness-selftest.c:53:pass:setup 29 # harness-selftest.c:62:pass:before 30 # harness-selftest.c:19:pass:before 31 # harness-selftest.c:23:pass:after 32 # harness-selftest.c:66:pass:after 33 # harness-selftest.c:58:pass:teardown same-process=1 34 # OK fixture.pass 35 ok 5 fixture.pass 50 # RUN fixture_parent.pass ... [all …]
|
| /linux/tools/perf/tests/ |
| H A D | time-utils-test.c | 79 bool pass = false; in test__perf_time__parse_for_ranges() local 128 pass = true; in test__perf_time__parse_for_ranges() 131 return pass; in test__perf_time__parse_for_ranges() 136 bool pass = true; in test__time_utils() local 138 pass &= test__parse_nsec_time("0", 0); in test__time_utils() 139 pass &= test__parse_nsec_time("1", 1000000000ULL); in test__time_utils() 140 pass &= test__parse_nsec_time("0.000000001", 1); in test__time_utils() 141 pass &= test__parse_nsec_time("1.000000001", 1000000001ULL); in test__time_utils() 142 pass &= test__parse_nsec_time("123456.123456", 123456123456000ULL); in test__time_utils() 143 pass &= test__parse_nsec_time("1234567.123456789", 1234567123456789ULL); in test__time_utils() [all …]
|
| H A D | builtin-test.c | 497 struct child_test **child, int width, int pass) in start_test() argument 503 if (pass == 1) { in start_test() 512 if (pass == 1 && !sequential && test_exclusive(test, curr_test_case)) { in start_test() 516 if (pass != 1 && (sequential || !test_exclusive(test, curr_test_case))) { in start_test() 538 if (sequential || pass == 2) { in start_test() 607 for (int pass = 1; pass <= 2; pass++) { in __cmd_test() local 650 width, pass); in __cmd_test() 757 for (int pass = 1; pass <= 2; pass++) { in build_suites() local 768 if ((!exclusive && pass == 1) || (exclusive && pass == 2)) in build_suites()
|
| /linux/arch/mips/include/asm/sibyte/ |
| H A D | sb1250_defs.h | 98 #define SIBYTE_HDR_FMASK(chip, pass) \ argument 99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass) 121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument 122 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip)) 125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ argument 126 (~(SIBYTE_HDR_FMASK(chip, pass) \ 127 | (SIBYTE_HDR_FMASK(chip, pass) - 1)) & SIBYTE_HDR_FMASK_ALLREVS(chip)) 141 #define SIBYTE_HDR_FEATURE(chip, pass) \ argument 142 (!! ((SIBYTE_HDR_FMASK(chip, pass) \ 143 | SIBYTE_HDR_FMASK_AFTER(chip, pass)) & SIBYTE_HDR_FEATURES)) [all …]
|
| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | octeon-model.c | 64 char pass[4]; in octeon_model_get_string_buffer() local 116 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer() 212 strscpy(pass, "1.X"); in octeon_model_get_string_buffer() 215 strscpy(pass, "2.X"); in octeon_model_get_string_buffer() 218 strscpy(pass, "3.X"); in octeon_model_get_string_buffer() 221 strscpy(pass, "X.X"); in octeon_model_get_string_buffer() 236 strscpy(pass, "1.0"); in octeon_model_get_string_buffer() 239 strscpy(pass, "1.1"); in octeon_model_get_string_buffer() 242 strscpy(pass, "X.X"); in octeon_model_get_string_buffer() 257 strscpy(pass, "1.0"); in octeon_model_get_string_buffer() [all …]
|
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | basic-gcs.c | 189 bool pass = true; in map_guarded_stack() local 206 pass = false; in map_guarded_stack() 217 pass = false; in map_guarded_stack() 227 pass = false; in map_guarded_stack() 234 pass = false; in map_guarded_stack() 237 return pass; in map_guarded_stack() 246 bool pass = true; in test_fork() local 251 pass = false; in test_fork() 288 pass = false; in test_fork() 293 pass = false; in test_fork() [all …]
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-ptrace.c | 405 bool pass = true; in check_ptrace_values_sve() local 424 pass = false; in check_ptrace_values_sve() 433 pass = false; in check_ptrace_values_sve() 439 pass = false; in check_ptrace_values_sve() 445 pass = false; in check_ptrace_values_sve() 451 pass = false; in check_ptrace_values_sve() 460 pass = false; in check_ptrace_values_sve() 465 pass = false; in check_ptrace_values_sve() 470 pass = false; in check_ptrace_values_sve() 475 pass = false; in check_ptrace_values_sve() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_migrate_reuseport.c | 53 goto pass; in drop_ack() 60 goto pass; in drop_ack() 63 goto pass; in drop_ack() 72 goto pass; in drop_ack() 75 goto pass; in drop_ack() 81 goto pass; in drop_ack() 85 goto pass; in drop_ack() 88 goto pass; in drop_ack() 93 pass: in drop_ack()
|
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_ddc.c | 98 uint32_t val, val2, count, pass; in ast_ddc_algo_bit_data_getsda() local 101 pass = 0; in ast_ddc_algo_bit_data_getsda() 106 pass++; in ast_ddc_algo_bit_data_getsda() 108 pass = 0; in ast_ddc_algo_bit_data_getsda() 111 } while ((pass < 5) && (count++ < 0x10000)); in ast_ddc_algo_bit_data_getsda() 120 uint32_t val, val2, count, pass; in ast_ddc_algo_bit_data_getscl() local 123 pass = 0; in ast_ddc_algo_bit_data_getscl() 128 pass++; in ast_ddc_algo_bit_data_getscl() 130 pass = 0; in ast_ddc_algo_bit_data_getscl() 133 } while ((pass < 5) && (count++ < 0x10000)); in ast_ddc_algo_bit_data_getscl()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | syscall_numbering.c | 252 enum ptrace_pass pass = sh->ptrace_pass; in test_syscalls_common() local 264 if (pass >= PTP_FUZZRET) in test_syscalls_common() 338 enum ptrace_pass pass; in syscall_numbering_tracee() local 346 for (sh->ptrace_pass = pass = PTP_NOTHING; pass < PTP_DONE; in syscall_numbering_tracee() 347 sh->ptrace_pass = ++pass) { in syscall_numbering_tracee() 348 run("Running tests under ptrace: %s\n", ptrace_pass_name[pass]); in syscall_numbering_tracee() 353 static void mess_with_syscall(pid_t testpid, enum ptrace_pass pass) in mess_with_syscall() argument 360 if (pass == PTP_NOTHING || pass == PTP_DONE) in mess_with_syscall() 371 switch (pass) { in mess_with_syscall()
|
| /linux/drivers/pcmcia/ |
| H A D | cardbus.c | 70 unsigned int max, pass; in cb_alloc() local 77 for (pass = 0; pass < 2; pass++) in cb_alloc() 79 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
|
| /linux/drivers/nvmem/ |
| H A D | lan9662-otpc.c | 84 u32 pass; in lan9662_otp_read_byte() local 92 pass = readl(OTP_OTP_PASS_FAIL(otp->base)); in lan9662_otp_read_byte() 93 if (pass & OTP_OTP_PASS_FAIL_OTP_READ_PROHIBITED) in lan9662_otp_read_byte() 102 u32 pass; in lan9662_otp_write_byte() local 113 pass = readl(OTP_OTP_PASS_FAIL(otp->base)); in lan9662_otp_write_byte() 114 if (pass & OTP_OTP_PASS_FAIL_OTP_WRITE_PROHIBITED) in lan9662_otp_write_byte() 116 if (pass & OTP_OTP_PASS_FAIL_OTP_FAIL) in lan9662_otp_write_byte()
|
| /linux/arch/sparc/kernel/ |
| H A D | iommu-common.c | 107 int pass = 0; in iommu_tbl_range_alloc() local 136 if (pass == 0 && handle && *handle && in iommu_tbl_range_alloc() 159 if ((start & mask) >= limit || pass > 0) { in iommu_tbl_range_alloc() 184 if (likely(pass == 0)) { in iommu_tbl_range_alloc() 188 pass++; in iommu_tbl_range_alloc() 190 } else if (!largealloc && pass <= iommu->nr_pools) { in iommu_tbl_range_alloc() 197 pass++; in iommu_tbl_range_alloc()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_ring_submission.c | 106 int pass; in mixed_contexts_sync() local 109 for (pass = 0; pass < 2; pass++) { in mixed_contexts_sync() 115 pass); in mixed_contexts_sync() 126 pass); in mixed_contexts_sync() 137 pass); in mixed_contexts_sync()
|
| /linux/arch/x86/pci/ |
| H A D | i386.c | 249 static void pcibios_allocate_dev_resources(struct pci_dev *dev, int pass) in pcibios_allocate_dev_resources() argument 274 if (pass == disabled) { in pcibios_allocate_dev_resources() 277 idx, r, disabled, pass); in pcibios_allocate_dev_resources() 292 if (!pass) { in pcibios_allocate_dev_resources() 307 static void pcibios_allocate_resources(struct pci_bus *bus, int pass) in pcibios_allocate_resources() argument 313 pcibios_allocate_dev_resources(dev, pass); in pcibios_allocate_resources() 317 pcibios_allocate_resources(child, pass); in pcibios_allocate_resources()
|
| /linux/tools/testing/selftests/timers/ |
| H A D | valid-adjtimex.c | 114 int ret, pass = 0; in validate_freq() local 133 pass = -1; in validate_freq() 152 pass = -1; in validate_freq() 161 pass = -1; in validate_freq() 176 pass = -1; in validate_freq() 189 return pass; in validate_freq()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_basic.c | 543 struct test_sockmap_pass_prog *pass = NULL; in test_sockmap_skb_verdict_fionread() local 548 pass = test_sockmap_pass_prog__open_and_load(); in test_sockmap_skb_verdict_fionread() 549 if (!ASSERT_OK_PTR(pass, "open_and_load")) in test_sockmap_skb_verdict_fionread() 551 verdict = bpf_program__fd(pass->progs.prog_skb_verdict); in test_sockmap_skb_verdict_fionread() 552 map = bpf_map__fd(pass->maps.sock_map_rx); in test_sockmap_skb_verdict_fionread() 595 test_sockmap_pass_prog__destroy(pass); in test_sockmap_skb_verdict_fionread() 682 struct test_sockmap_pass_prog *pass; in test_sockmap_skb_verdict_peek() local 685 pass = test_sockmap_pass_prog__open_and_load(); in test_sockmap_skb_verdict_peek() 686 if (!ASSERT_OK_PTR(pass, "open_and_load")) in test_sockmap_skb_verdict_peek() 688 verdict = bpf_program__fd(pass->progs.prog_skb_verdict); in test_sockmap_skb_verdict_peek() [all …]
|
| /linux/drivers/dma-buf/ |
| H A D | st-dma-fence.c | 461 unsigned long pass = 0; in thread_signal_callback() local 506 t->id, pass, miss, in thread_signal_callback() 519 pass++; in thread_signal_callback() 523 __func__, t->id, pass, miss); in thread_signal_callback() 531 int pass; in race_signal_callback() local 533 for (pass = 0; !ret && pass <= 1; pass++) { in race_signal_callback() 540 t[i].before = pass; in race_signal_callback()
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | port_range_occ.sh | 75 action pass 81 action pass 84 action pass 87 action pass
|
| H A D | sharedbuffer.sh | 121 action pass 143 action pass 154 action pass 176 action pass 185 src_mac $h1mac action pass 204 src_mac $h1mac action pass
|
| /linux/tools/testing/selftests/ |
| H A D | kselftest_deps.sh | 68 pass=$(mktemp).out 69 trap "rm -f $pass" EXIT 274 echo "PASS: $test dependency check passed $lib" >> $pass 303 cat $pass
|
| /linux/drivers/cxl/ |
| H A D | security.c | 108 memcpy(dis_pass.pass, key_data->data, NVDIMM_PASSPHRASE_LEN); in __cxl_pmem_security_disable() 149 u8 pass[NVDIMM_PASSPHRASE_LEN]; in cxl_pmem_security_unlock() local 153 memcpy(pass, key_data->data, NVDIMM_PASSPHRASE_LEN); in cxl_pmem_security_unlock() 157 .payload_in = pass, in cxl_pmem_security_unlock() 182 memcpy(erase.pass, key->data, NVDIMM_PASSPHRASE_LEN); in cxl_pmem_security_passphrase_erase()
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_flower_l2_miss.sh | 82 dst_ip $dip action pass 86 dst_ip $dip action pass 139 action pass 143 action pass 256 dst_ip $dip action pass 307 action pass 310 action pass
|
| /linux/Documentation/translations/zh_CN/kbuild/ |
| H A D | gcc-plugins.rst | 71 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h, 72 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h, 73 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h, 74 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
|