| /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 | 60 # RUN fixture.pass ... 61 # harness-selftest.c:53:pass:setup 62 # harness-selftest.c:62:pass:before 63 # harness-selftest.c:19:pass:before 64 # harness-selftest.c:23:pass:after 65 # harness-selftest.c:66:pass:after 66 # harness-selftest.c:58:pass:teardown same-process=1 67 # OK fixture.pass 68 ok 15 fixture.pass 83 # 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 | 502 struct child_test **child, int width, int pass) in start_test() argument 508 if (pass == 1) { in start_test() 517 if (pass == 1 && !sequential && test_exclusive(test, curr_test_case)) { in start_test() 521 if (pass != 1 && (sequential || !test_exclusive(test, curr_test_case))) { in start_test() 543 if (sequential || pass == 2) { in start_test() 612 for (int pass = 1; pass <= 2; pass++) { in __cmd_test() local 655 width, pass); in __cmd_test() 762 for (int pass = 1; pass <= 2; pass++) { in build_suites() local 773 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 | 186 bool pass = true; in map_guarded_stack() local 202 pass = false; in map_guarded_stack() 213 pass = false; in map_guarded_stack() 223 pass = false; in map_guarded_stack() 230 pass = false; in map_guarded_stack() 233 return pass; in map_guarded_stack() 242 bool pass = true; in test_fork() local 247 pass = false; in test_fork() 283 pass = false; in test_fork() 288 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()
|
| H A D | ast_2500.c | 202 u32 data, pass, timecnt; in ddr_phy_init_2500() local 204 pass = 0; in ddr_phy_init_2500() 206 while (!pass) { in ddr_phy_init_2500() 215 pass = 1; in ddr_phy_init_2500() 217 if (!pass) { in ddr_phy_init_2500() 361 u32 data, data2, pass, retrycnt; in ddr4_init_2500() local 396 pass = 0; in ddr4_init_2500() 398 for (retrycnt = 0; retrycnt < 4 && pass == 0; retrycnt++) { in ddr4_init_2500() 400 pass = 0; in ddr4_init_2500() 410 pass++; in ddr4_init_2500() [all …]
|
| /linux/fs/jbd2/ |
| H A D | recovery.c | 41 struct recovery_info *info, enum passtype pass); 234 struct recovery_info *info, enum passtype pass) in fc_do_one_pass() argument 254 err = journal->j_fc_replay_callback(journal, bh, pass, in fc_do_one_pass() 589 struct recovery_info *info, enum passtype pass) in do_one_pass() argument 615 if (pass == PASS_SCAN) in do_one_pass() 617 else if (pass == PASS_REVOKE) { in do_one_pass() 643 jbd2_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass() 659 if (pass != PASS_SCAN) in do_one_pass() 712 if (pass != PASS_SCAN) { in do_one_pass() 728 if (pass != PASS_REPLAY) { in do_one_pass() [all …]
|
| /linux/fs/gfs2/ |
| H A D | lops.h | 56 unsigned int pass) in lops_before_scan() argument 61 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan() 67 unsigned int pass) in lops_scan_elements() argument 73 ld, ptr, pass); in lops_scan_elements() 82 unsigned int pass) in lops_after_scan() argument 87 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
|
| /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/gpu/drm/i915/gt/ |
| H A D | selftest_context.c | 201 int pass; in __live_active_context() local 236 for (pass = 0; pass <= 2; pass++) { in __live_active_context() 254 engine->name, pass); in __live_active_context() 361 int pass; in __live_remote_context() local 396 for (pass = 0; pass <= 2; pass++) { in __live_remote_context() 407 engine->name, pass); in __live_remote_context()
|
| H A D | selftest_ring_submission.c | 107 int pass; in mixed_contexts_sync() local 110 for (pass = 0; pass < 2; pass++) { in mixed_contexts_sync() 116 pass); in mixed_contexts_sync() 127 pass); in mixed_contexts_sync() 138 pass); in mixed_contexts_sync()
|
| /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/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_redir.c | 163 unsigned int drop, pass; in handle_unsupported() local 169 xbpf_map_lookup_elem(map_verd, &u32(SK_PASS), &pass)) in handle_unsupported() 172 if (pass == 0 && drop == 0 && (status & UNSUPPORTED_RACY_VERD)) { in handle_unsupported() 177 if (pass != 0) { in handle_unsupported() 178 FAIL("unsupported: wanted verdict pass 0, have %u", pass); in handle_unsupported() 204 unsigned int drop, pass; in test_send_redir_recv() local 248 xbpf_map_lookup_elem(maps->verd, &u32(SK_PASS), &pass)) in test_send_redir_recv() 251 if (drop != 0 || pass != 1) in test_send_redir_recv() 253 drop, pass); in test_send_redir_recv()
|
| /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/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()
|