/linux-6.6.21/tools/testing/selftests/openat2/ |
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-6.6.21/arch/mips/include/asm/sibyte/ |
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-6.6.21/tools/perf/tests/ |
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 …]
|
/linux-6.6.21/arch/mips/cavium-octeon/executive/ |
D | octeon-model.c | 63 char pass[4]; in octeon_model_get_string_buffer() local 115 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer() 211 strcpy(pass, "1.X"); in octeon_model_get_string_buffer() 214 strcpy(pass, "2.X"); in octeon_model_get_string_buffer() 217 strcpy(pass, "3.X"); in octeon_model_get_string_buffer() 220 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() 235 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() 238 strcpy(pass, "1.1"); in octeon_model_get_string_buffer() 241 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() 256 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() [all …]
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
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-6.6.21/drivers/gpu/drm/ast/ |
D | ast_i2c.c | 65 uint32_t val, val2, count, pass; in ast_i2c_getsda() local 68 pass = 0; in ast_i2c_getsda() 73 pass++; in ast_i2c_getsda() 75 pass = 0; in ast_i2c_getsda() 78 } while ((pass < 5) && (count++ < 0x10000)); in ast_i2c_getsda() 87 uint32_t val, val2, count, pass; in ast_i2c_getscl() local 90 pass = 0; in ast_i2c_getscl() 95 pass++; in ast_i2c_getscl() 97 pass = 0; in ast_i2c_getscl() 100 } while ((pass < 5) && (count++ < 0x10000)); in ast_i2c_getscl()
|
D | ast_post.c | 679 u16 pass[32][2][2]; in finetuneDQSI() local 693 pass[dqidly][0][0] = 0xff; in finetuneDQSI() 694 pass[dqidly][0][1] = 0x0; in finetuneDQSI() 695 pass[dqidly][1][0] = 0xff; in finetuneDQSI() 696 pass[dqidly][1][1] = 0x0; in finetuneDQSI() 713 if (dlli < pass[dqidly][dqsip][0]) in finetuneDQSI() 714 pass[dqidly][dqsip][0] = (u16) dlli; in finetuneDQSI() 715 if (dlli > pass[dqidly][dqsip][1]) in finetuneDQSI() 716 pass[dqidly][dqsip][1] = (u16) dlli; in finetuneDQSI() 720 pass[dqidly][dqsip][0] = 0xff; in finetuneDQSI() [all …]
|
/linux-6.6.21/fs/gfs2/ |
D | lops.h | 54 unsigned int pass) in lops_before_scan() argument 59 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan() 65 unsigned int pass) in lops_scan_elements() argument 71 ld, ptr, pass); in lops_scan_elements() 80 unsigned int pass) in lops_after_scan() argument 85 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
|
/linux-6.6.21/fs/jbd2/ |
D | recovery.c | 40 struct recovery_info *info, enum passtype pass); 238 struct recovery_info *info, enum passtype pass) in fc_do_one_pass() argument 258 err = journal->j_fc_replay_callback(journal, bh, pass, in fc_do_one_pass() 472 struct recovery_info *info, enum passtype pass) in do_one_pass() argument 501 if (pass == PASS_SCAN) in do_one_pass() 504 jbd2_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass() 526 if (pass != PASS_SCAN) in do_one_pass() 585 if (pass != PASS_SCAN) { in do_one_pass() 602 if (pass != PASS_REPLAY) { in do_one_pass() 603 if (pass == PASS_SCAN && in do_one_pass() [all …]
|
/linux-6.6.21/drivers/pcmcia/ |
D | cardbus.c | 70 unsigned int max, pass; in cb_alloc() local 78 for (pass = 0; pass < 2; pass++) in cb_alloc() 80 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
|
/linux-6.6.21/tools/testing/selftests/x86/ |
D | syscall_numbering.c | 251 enum ptrace_pass pass = sh->ptrace_pass; in test_syscalls_common() local 263 if (pass >= PTP_FUZZRET) in test_syscalls_common() 337 enum ptrace_pass pass; in syscall_numbering_tracee() local 345 for (sh->ptrace_pass = pass = PTP_NOTHING; pass < PTP_DONE; in syscall_numbering_tracee() 346 sh->ptrace_pass = ++pass) { in syscall_numbering_tracee() 347 run("Running tests under ptrace: %s\n", ptrace_pass_name[pass]); in syscall_numbering_tracee() 352 static void mess_with_syscall(pid_t testpid, enum ptrace_pass pass) in mess_with_syscall() argument 359 if (pass == PTP_NOTHING || pass == PTP_DONE) in mess_with_syscall() 370 switch (pass) { in mess_with_syscall()
|
/linux-6.6.21/arch/powerpc/net/ |
D | bpf_jit_comp.c | 64 int pass; in bpf_int_jit_compile() local 172 for (pass = 1; pass < 3; pass++) { in bpf_int_jit_compile() 177 if (bpf_jit_build_body(fp, code_base, &cgctx, addrs, pass, extra_pass)) { in bpf_int_jit_compile() 185 pr_info("Pass %d: shrink = %d, seen = 0x%x\n", pass, in bpf_int_jit_compile() 194 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile() 233 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, int pass, struct codegen_context *ctx, in bpf_add_extable_entry() argument 242 if (pass != 2) in bpf_add_extable_entry()
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | selftest_context.c | 199 int pass; in __live_active_context() local 234 for (pass = 0; pass <= 2; pass++) { in __live_active_context() 252 engine->name, pass); in __live_active_context() 358 int pass; in __live_remote_context() local 393 for (pass = 0; pass <= 2; pass++) { in __live_remote_context() 404 engine->name, pass); in __live_remote_context()
|
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-6.6.21/fs/ntfs/ |
D | lcnalloc.c | 147 u8 pass, done_zones, search_zone, need_writeback = 0, bit; in ntfs_cluster_alloc() local 179 pass = 1; in ntfs_cluster_alloc() 197 pass = 2; in ntfs_cluster_alloc() 206 pass = 2; in ntfs_cluster_alloc() 216 pass = 2; in ntfs_cluster_alloc() 248 done_zones, search_zone, pass, in ntfs_cluster_alloc() 495 ntfs_debug("At zone_pass_done, pass %i.", pass); in ntfs_cluster_alloc() 496 if (pass == 1) { in ntfs_cluster_alloc() 501 pass = 2; in ntfs_cluster_alloc() 537 pass = 1; in ntfs_cluster_alloc() [all …]
|
/linux-6.6.21/drivers/nvmem/ |
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-6.6.21/arch/sparc/kernel/ |
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-6.6.21/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 117 int ret, pass = 0; in validate_freq() local 136 pass = -1; in validate_freq() 155 pass = -1; in validate_freq() 164 pass = -1; in validate_freq() 179 pass = -1; in validate_freq() 192 return pass; in validate_freq()
|
/linux-6.6.21/arch/x86/pci/ |
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-6.6.21/drivers/dma-buf/ |
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-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_basic.c | 418 struct test_sockmap_pass_prog *pass; in test_sockmap_skb_verdict_fionread() local 423 pass = test_sockmap_pass_prog__open_and_load(); in test_sockmap_skb_verdict_fionread() 424 if (!ASSERT_OK_PTR(pass, "open_and_load")) in test_sockmap_skb_verdict_fionread() 426 verdict = bpf_program__fd(pass->progs.prog_skb_verdict); in test_sockmap_skb_verdict_fionread() 427 map = bpf_map__fd(pass->maps.sock_map_rx); in test_sockmap_skb_verdict_fionread() 473 test_sockmap_pass_prog__destroy(pass); in test_sockmap_skb_verdict_fionread() 481 struct test_sockmap_pass_prog *pass; in test_sockmap_skb_verdict_peek() local 485 pass = test_sockmap_pass_prog__open_and_load(); in test_sockmap_skb_verdict_peek() 486 if (!ASSERT_OK_PTR(pass, "open_and_load")) in test_sockmap_skb_verdict_peek() 488 verdict = bpf_program__fd(pass->progs.prog_skb_verdict); in test_sockmap_skb_verdict_peek() [all …]
|
/linux-6.6.21/tools/testing/selftests/drivers/net/mlxsw/ |
D | port_range_occ.sh | 75 action pass 81 action pass 84 action pass 87 action pass
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | el2_setup.h | 236 .macro __check_override idreg, fld, width, pass, fail, tmp1, tmp2 248 cbnz \tmp2, \pass 253 .macro check_override idreg, fld, pass, fail, tmp1, tmp2 255 __check_override \idreg \fld 4 \pass \fail \tmp1 \tmp2 259 .macro __check_override idreg, fld, width, pass, fail, tmp, ignore 262 cbnz \tmp, \pass 266 .macro check_override idreg, fld, pass, fail, tmp, ignore 267 __check_override \idreg \fld 4 \pass \fail \tmp \ignore
|
/linux-6.6.21/tools/testing/selftests/ |
D | kselftest_deps.sh | 68 pass=$(mktemp).out 69 trap "rm -f $pass" EXIT 273 echo "PASS: $test dependency check passed $lib" >> $pass 302 cat $pass
|
/linux-6.6.21/drivers/cxl/ |
D | security.c | 107 memcpy(dis_pass.pass, key_data->data, NVDIMM_PASSPHRASE_LEN); in __cxl_pmem_security_disable() 148 u8 pass[NVDIMM_PASSPHRASE_LEN]; in cxl_pmem_security_unlock() local 152 memcpy(pass, key_data->data, NVDIMM_PASSPHRASE_LEN); in cxl_pmem_security_unlock() 156 .payload_in = pass, in cxl_pmem_security_unlock() 181 memcpy(erase.pass, key->data, NVDIMM_PASSPHRASE_LEN); in cxl_pmem_security_passphrase_erase()
|