Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/linux-6.15/tools/testing/selftests/openat2/
H A Dresolve_test.c114 bool pass; member
140 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
171 .out.path = "etc", .pass = true }, in test_openat2_opath_tests()
214 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
217 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
220 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
223 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
331 .out.path = "/", .pass = true }, in test_openat2_opath_tests()
334 .out.path = "/", .pass = true }, in test_openat2_opath_tests()
467 if (test->pass) in test_openat2_opath_tests()
[all …]
/linux-6.15/fs/bcachefs/
H A Drecovery_passes.c74 return passes_to_stable_map[pass]; in bch2_recovery_pass_to_stable()
105 enum bch_recovery_pass pass) in __bch2_run_explicit_recovery_pass() argument
119 bch2_recovery_passes[pass], pass); in __bch2_run_explicit_recovery_pass()
125 bch2_recovery_passes[pass], pass, in __bch2_run_explicit_recovery_pass()
130 if (c->curr_recovery_pass > pass) { in __bch2_run_explicit_recovery_pass()
131 c->next_recovery_pass = pass; in __bch2_run_explicit_recovery_pass()
140 enum bch_recovery_pass pass) in bch2_run_explicit_recovery_pass() argument
150 enum bch_recovery_pass pass) in bch2_run_explicit_recovery_pass_persistent_locked() argument
178 enum bch_recovery_pass pass) in bch2_clear_recovery_pass_required() argument
226 bch2_recovery_passes[pass]); in bch2_run_recovery_pass()
[all …]
/linux-6.15/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h98 #define SIBYTE_HDR_FMASK(chip, pass) \ argument
99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass)
121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument
125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ argument
126 (~(SIBYTE_HDR_FMASK(chip, pass) \
141 #define SIBYTE_HDR_FEATURE(chip, pass) \ argument
142 (!! ((SIBYTE_HDR_FMASK(chip, pass) \
146 #define SIBYTE_HDR_FEATURE_EXACT(chip, pass) \ argument
147 (!! (SIBYTE_HDR_FMASK(chip, pass) & SIBYTE_HDR_FEATURES))
150 #define SIBYTE_HDR_FEATURE_UP_TO(chip, pass) \ argument
[all …]
/linux-6.15/tools/perf/tests/
H A Dtime-utils-test.c79 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()
140 pass &= test__parse_nsec_time("0.000000001", 1); in test__time_utils()
168 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils()
185 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils()
200 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils()
215 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils()
[all …]
H A Dbuiltin-test.c412 struct child_test **child, int width, int pass) in start_test() argument
418 if (pass == 1) { in start_test()
427 if (pass == 1 && !sequential && test_exclusive(test, curr_test_case)) { in start_test()
431 if (pass != 1 && (sequential || !test_exclusive(test, curr_test_case))) { in start_test()
453 if (sequential || pass == 2) { in start_test()
522 for (int pass = 1; pass <= 2; pass++) { in __cmd_test() local
562 width, pass); in __cmd_test()
669 for (int pass = 1; pass <= 2; pass++) { in build_suites() local
680 if ((!exclusive && pass == 1) || (exclusive && pass == 2)) in build_suites()
/linux-6.15/arch/mips/cavium-octeon/executive/
H A Docteon-model.c63 char pass[4]; in octeon_model_get_string_buffer() local
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()
259 strcpy(pass, "1.1"); in octeon_model_get_string_buffer()
[all …]
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c424 pass = false; in check_ptrace_values_sve()
433 pass = false; in check_ptrace_values_sve()
439 pass = false; in check_ptrace_values_sve()
473 return pass; in check_ptrace_values_sve()
549 return pass; in check_ptrace_values_ssve()
610 return pass; in check_ptrace_values_za()
691 return pass; in check_ptrace_values()
699 bool pass; in run_parent() local
843 return pass; in run_parent()
1023 return pass; in check_memory_values()
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_migrate_reuseport.c53 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.15/tools/testing/selftests/arm64/gcs/
H A Dbasic-gcs.c188 bool pass = true; in map_guarded_stack() local
205 pass = false; in map_guarded_stack()
216 pass = false; in map_guarded_stack()
226 pass = false; in map_guarded_stack()
233 pass = false; in map_guarded_stack()
236 return pass; in map_guarded_stack()
245 bool pass = true; in test_fork() local
250 pass = false; in test_fork()
287 pass = false; in test_fork()
292 pass = false; in test_fork()
[all …]
/linux-6.15/drivers/gpu/drm/ast/
H A Dast_ddc.c98 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 Dast_post.c765 if (pass[dqidly][dqsip][0] > pass[dqidly][dqsip][1]) in finetuneDQSI()
767 diff = pass[dqidly][dqsip][1] - pass[dqidly][dqsip][0]; in finetuneDQSI()
1727 pass = 0; in ddr_phy_init_2500()
1738 pass = 1; in ddr_phy_init_2500()
1740 if (!pass) { in ddr_phy_init_2500()
1920 pass = 0; in ddr4_init_2500()
1924 pass = 0; in ddr4_init_2500()
1934 pass++; in ddr4_init_2500()
1951 pass = 0; in ddr4_init_2500()
1956 pass = 0; in ddr4_init_2500()
[all …]
/linux-6.15/fs/gfs2/
H A Dlops.h56 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-6.15/fs/jbd2/
H A Drecovery.c615 if (pass == PASS_SCAN) in do_one_pass()
617 else if (pass == PASS_REVOKE) { 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()
729 if (pass == PASS_SCAN && in do_one_pass()
759 if (pass != PASS_SCAN) { in do_one_pass()
885 if (pass != PASS_REVOKE && pass != PASS_SCAN) in do_one_pass()
892 if (pass == PASS_SCAN && in do_one_pass()
922 if (pass == PASS_SCAN) { in do_one_pass()
[all …]
/linux-6.15/drivers/pcmcia/
H A Dcardbus.c70 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.15/tools/testing/selftests/x86/
H A Dsyscall_numbering.c252 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-6.15/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c199 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()
359 int pass; in __live_remote_context() local
394 for (pass = 0; pass <= 2; pass++) { in __live_remote_context()
405 engine->name, pass); in __live_remote_context()
H A Dselftest_ring_submission.c106 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.15/drivers/nvmem/
H A Dlan9662-otpc.c84 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.15/arch/sparc/kernel/
H A Diommu-common.c107 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.15/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c114 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-6.15/arch/x86/pci/
H A Di386.c249 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.15/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_range_occ.sh75 action pass
81 action pass
84 action pass
87 action pass
H A Dsharedbuffer.sh121 action pass
143 action pass
154 action pass
176 action pass
185 src_mac $h1mac action pass
204 src_mac $h1mac action pass
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c543 struct test_sockmap_pass_prog *pass = NULL; in test_sockmap_skb_verdict_fionread() local
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
686 if (!ASSERT_OK_PTR(pass, "open_and_load")) in test_sockmap_skb_verdict_peek()
689 map = bpf_map__fd(pass->maps.sock_map_rx); in test_sockmap_skb_verdict_peek()
698 test_sockmap_pass_prog__destroy(pass); in test_sockmap_skb_verdict_peek()
703 struct test_sockmap_pass_prog *pass; in test_sockmap_skb_verdict_peek_with_link() local
709 if (!ASSERT_OK_PTR(pass, "open_and_load")) in test_sockmap_skb_verdict_peek_with_link()
711 prog = pass->progs.prog_skb_verdict; in test_sockmap_skb_verdict_peek_with_link()
712 map = bpf_map__fd(pass->maps.sock_map_rx); in test_sockmap_skb_verdict_peek_with_link()
[all …]
/linux-6.15/drivers/dma-buf/
H A Dst-dma-fence.c461 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()

12345678910>>...29