Home
last modified time | relevance | path

Searched refs:pass (Results 1 - 25 of 325) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dresolve_test.c114 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 in test_openat2_opath_tests()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dresolve_test.c114 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 in test_openat2_opath_tests()
[all...]
/kernel/linux/linux-5.10/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()
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 in test__time_utils()
[all...]
/kernel/linux/linux-6.6/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()
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 in test__time_utils()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h45 * #if SIBYTE_HDR_FEATURE(chip,pass)
54 * Note also that 'chip' and 'pass' must textually exactly
59 * #if SIBYTE_HDR_FEATURE_UP_TO(chip,pass)
64 * #if SIBYTE_HDR_FEATURE_EXACT(chip,pass)
98 #define SIBYTE_HDR_FMASK(chip, pass) \
99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass)
121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \
122 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip))
125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \
126 (~(SIBYTE_HDR_FMASK(chip, pass) \
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h45 * #if SIBYTE_HDR_FEATURE(chip,pass)
54 * Note also that 'chip' and 'pass' must textually exactly
59 * #if SIBYTE_HDR_FEATURE_UP_TO(chip,pass)
64 * #if SIBYTE_HDR_FEATURE_EXACT(chip,pass)
98 #define SIBYTE_HDR_FMASK(chip, pass) \
99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass)
121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \
122 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip))
125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \
126 (~(SIBYTE_HDR_FMASK(chip, pass) \
[all...]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H A Docteon-model.c63 char pass[4]; in octeon_model_get_string_buffer() local
112 * Assume pass number is encoded using <5:3><2:0>. Exceptions in octeon_model_get_string_buffer()
115 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer()
207 * pass numbering. 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()
231 * pass numbering. in octeon_model_get_string_buffer()
235 strcpy(pass, "1. in octeon_model_get_string_buffer()
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H A Docteon-model.c63 char pass[4]; in octeon_model_get_string_buffer() local
112 * Assume pass number is encoded using <5:3><2:0>. Exceptions in octeon_model_get_string_buffer()
115 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer()
207 * pass numbering. 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()
231 * pass numbering. in octeon_model_get_string_buffer()
235 strcpy(pass, "1. in octeon_model_get_string_buffer()
[all...]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/ast/
H A Dast_i2c.c65 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 < in ast_i2c_getscl()
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H A Dlops.h54 unsigned int pass) in lops_before_scan()
59 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
65 unsigned int pass) in lops_scan_elements()
71 ld, ptr, pass); in lops_scan_elements()
80 unsigned int pass) in lops_after_scan()
85 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
52 lops_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, unsigned int pass) lops_before_scan() argument
62 lops_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, unsigned int pass) lops_scan_elements() argument
79 lops_after_scan(struct gfs2_jdesc *jd, int error, unsigned int pass) lops_after_scan() argument
/kernel/linux/linux-5.10/drivers/w1/masters/
H A Dds1wm.c380 unsigned int pass = 0; in ds1wm_search() local
384 ++pass; in ds1wm_search()
385 if (pass > 100) { in ds1wm_search()
395 "pass: %d reset error (or no slaves)\n", pass); in ds1wm_search()
400 "pass: %d r : %0#18llx writing SEARCH_ROM\n", pass, r); in ds1wm_search()
403 "pass: %d entering ASM\n", pass); in ds1wm_search()
406 "pass in ds1wm_search()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit_comp.c64 int pass; in bpf_int_jit_compile() local
104 /* During extra pass, ensure index is reset before repopulating extable entries */ in bpf_int_jit_compile()
121 /* Scouting faux-generate pass 0 */ in bpf_int_jit_compile()
129 * If we have seen a tail call, we need a second pass. in bpf_int_jit_compile()
132 * We also need a second pass if we ended up with too large in bpf_int_jit_compile()
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()
233 bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, int pass, struct codegen_context *ctx, int insn_idx, int jmp_off, int dst_reg) bpf_add_extable_entry() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dsyscall_numbering.c127 * We pass in an extra copy of the extended system call number in probe_syscall()
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 in mess_with_syscall()
[all...]
/kernel/linux/linux-5.10/fs/jbd2/
H A Drecovery.c39 struct recovery_info *info, enum passtype pass);
236 struct recovery_info *info, enum passtype pass) in fc_do_one_pass()
256 err = journal->j_fc_replay_callback(journal, bh, pass, in fc_do_one_pass()
279 * Recovery is done in three passes. In the first pass, we look for the
281 * blocks. In the third and final pass, we replay any un-revoked blocks
353 * We perform one pass over the journal to allow us to tell the user how
465 struct recovery_info *info, enum passtype pass) in do_one_pass()
493 if (pass == PASS_SCAN) in do_one_pass()
496 jbd_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
235 fc_do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) fc_do_one_pass() argument
464 do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) do_one_pass() argument
[all...]
/kernel/linux/linux-6.6/fs/jbd2/
H A Drecovery.c40 struct recovery_info *info, enum passtype pass);
238 struct recovery_info *info, enum passtype pass) in fc_do_one_pass()
258 err = journal->j_fc_replay_callback(journal, bh, pass, in fc_do_one_pass()
281 * Recovery is done in three passes. In the first pass, we look for the
283 * blocks. In the third and final pass, we replay any un-revoked blocks
358 * We perform one pass over the journal to allow us to tell the user how
472 struct recovery_info *info, enum passtype pass) in do_one_pass()
501 if (pass == PASS_SCAN) in do_one_pass()
504 jbd2_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
237 fc_do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) fc_do_one_pass() argument
471 do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) do_one_pass() argument
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dlops.h66 unsigned int pass) in lops_before_scan()
71 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
77 unsigned int pass) in lops_scan_elements()
83 ld, ptr, pass); in lops_scan_elements()
92 unsigned int pass) in lops_after_scan()
97 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
64 lops_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, unsigned int pass) lops_before_scan() argument
74 lops_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, unsigned int pass) lops_scan_elements() argument
91 lops_after_scan(struct gfs2_jdesc *jd, int error, unsigned int pass) lops_after_scan() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c198 int pass; in __live_active_context() local
227 for (pass = 0; pass <= 2; pass++) { in __live_active_context()
244 pr_err("context is not active; expected idle-barrier (%s pass %d)\n", in __live_active_context()
245 engine->name, pass); in __live_active_context()
351 int pass; in __live_remote_context() local
382 for (pass = 0; pass <= 2; pass in __live_remote_context()
[all...]
/kernel/linux/linux-6.6/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()
251 pr_err("context is not active; expected idle-barrier (%s pass %d)\n", 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()
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dlcnalloc.c147 u8 pass, done_zones, search_zone, need_writeback = 0, bit; in ntfs_cluster_alloc() local
172 * and pass depending on whether we are starting inside a zone (1) or in ntfs_cluster_alloc()
179 pass = 1; in ntfs_cluster_alloc()
195 * single pass is sufficient. in ntfs_cluster_alloc()
197 pass = 2; in ntfs_cluster_alloc()
204 * pass in this zone is sufficient. in ntfs_cluster_alloc()
206 pass = 2; in ntfs_cluster_alloc()
213 * Starting at beginning of volume which means a single pass in ntfs_cluster_alloc()
216 pass = 2; in ntfs_cluster_alloc()
245 "search_zone %i, pass in ntfs_cluster_alloc()
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlcnalloc.c147 u8 pass, done_zones, search_zone, need_writeback = 0, bit; in ntfs_cluster_alloc() local
172 * and pass depending on whether we are starting inside a zone (1) or in ntfs_cluster_alloc()
179 pass = 1; in ntfs_cluster_alloc()
195 * single pass is sufficient. in ntfs_cluster_alloc()
197 pass = 2; in ntfs_cluster_alloc()
204 * pass in this zone is sufficient. in ntfs_cluster_alloc()
206 pass = 2; in ntfs_cluster_alloc()
213 * Starting at beginning of volume which means a single pass in ntfs_cluster_alloc()
216 pass = 2; in ntfs_cluster_alloc()
245 "search_zone %i, pass in ntfs_cluster_alloc()
[all...]
/kernel/linux/linux-5.10/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()
157 * but on second pass, start at 0 in pool 0. 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()
/kernel/linux/linux-6.6/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()
157 * but on second pass, start at 0 in pool 0. 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()

Completed in 11 milliseconds

12345678910>>...13