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

12345678

/linux-master/tools/testing/selftests/openat2/
H A Dresolve_test.c114 bool pass; member in struct:basic_test
140 .out.err = -EXDEV, .pass = false },
143 .out.err = -EXDEV, .pass = false },
146 .out.err = -EXDEV, .pass = false },
149 .out.err = -EXDEV, .pass = false },
152 .out.err = -EXDEV, .pass = false },
155 .out.err = -EXDEV, .pass = false },
158 .out.err = -EXDEV, .pass = false },
161 .out.err = -EXDEV, .pass = false },
164 .out.err = -EXDEV, .pass
[all...]
/linux-master/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...]
/linux-master/tools/perf/tests/
H A Dtime-utils-test.c79 bool pass = false; local
128 pass = true;
131 return pass;
136 bool pass = true; local
138 pass &= test__parse_nsec_time("0", 0);
139 pass &= test__parse_nsec_time("1", 1000000000ULL);
140 pass &= test__parse_nsec_time("0.000000001", 1);
141 pass &= test__parse_nsec_time("1.000000001", 1000000001ULL);
142 pass &= test__parse_nsec_time("123456.123456", 123456123456000ULL);
143 pass
[all...]
/linux-master/fs/bcachefs/
H A Drecovery_passes.c69 static enum bch_recovery_pass_stable bch2_recovery_pass_to_stable(enum bch_recovery_pass pass) argument
71 return passes_to_stable_map[pass];
99 * For when we need to rewind recovery passes and run a pass we skipped:
102 enum bch_recovery_pass pass)
104 if (c->recovery_passes_explicit & BIT_ULL(pass))
107 bch_info(c, "running explicit recovery pass %s (%u), currently at %s (%u)",
108 bch2_recovery_passes[pass], pass,
111 c->recovery_passes_explicit |= BIT_ULL(pass);
113 if (c->curr_recovery_pass >= pass) {
101 bch2_run_explicit_recovery_pass(struct bch_fs *c, enum bch_recovery_pass pass) argument
122 bch2_run_explicit_recovery_pass_persistent(struct bch_fs *c, enum bch_recovery_pass pass) argument
139 bch2_clear_recovery_pass_required(struct bch_fs *c, enum bch_recovery_pass pass) argument
164 should_run_recovery_pass(struct bch_fs *c, enum bch_recovery_pass pass) argument
179 bch2_run_recovery_pass(struct bch_fs *c, enum bch_recovery_pass pass) argument
228 unsigned pass = c->curr_recovery_pass; local
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_migrate_reuseport.c53 goto pass;
60 goto pass;
63 goto pass;
72 goto pass;
75 goto pass;
81 goto pass;
85 goto pass;
88 goto pass;
93 pass:
/linux-master/fs/gfs2/
H A Dlops.h56 unsigned int pass)
61 gfs2_log_ops[x]->lo_before_scan(jd, head, pass);
67 unsigned int pass)
73 ld, ptr, pass);
82 unsigned int pass)
87 gfs2_log_ops[x]->lo_after_scan(jd, error, pass);
54 lops_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, unsigned int pass) argument
64 lops_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, unsigned int pass) argument
81 lops_after_scan(struct gfs2_jdesc *jd, int error, unsigned int pass) argument
/linux-master/arch/mips/cavium-octeon/executive/
H A Docteon-model.c63 char pass[4]; local
112 * Assume pass number is encoded using <5:3><2:0>. Exceptions
115 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7);
207 * pass numbering.
211 strcpy(pass, "1.X");
214 strcpy(pass, "2.X");
217 strcpy(pass, "3.X");
220 strcpy(pass, "X.X");
231 * pass numbering.
235 strcpy(pass, "1.
[all...]
/linux-master/drivers/gpu/drm/ast/
H A Dast_i2c.c65 uint32_t val, val2, count, pass; local
68 pass = 0;
73 pass++;
75 pass = 0;
78 } while ((pass < 5) && (count++ < 0x10000));
87 uint32_t val, val2, count, pass; local
90 pass = 0;
95 pass++;
97 pass = 0;
100 } while ((pass <
[all...]
/linux-master/drivers/pcmcia/
H A Dcardbus.c70 unsigned int max, pass; local
78 for (pass = 0; pass < 2; pass++)
80 max = pci_scan_bridge(bus, dev, max, pass);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c360 bool pass = true; local
379 pass = false;
388 pass = false;
394 pass = false;
400 pass = false;
408 pass = false;
413 pass = false;
418 pass = false;
423 pass = false;
428 return pass;
437 bool pass = true; local
512 bool pass = true; local
592 bool pass = true; local
631 bool pass; local
881 bool pass = true; local
1198 bool pass; local
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_rr.c58 int pass = 0; local
77 pass++;
79 * If we stay at head there is no need for 2nd pass.
81 } while (pass < 2 && p != &svc->destinations);
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dzt_no_regs.c39 td->pass = 1;
H A Dtpidr2_siginfo.c64 td->pass = (in_sigframe == have_sme);
78 td->pass = false;
H A Dtpidr2_restore.c68 td->pass = tpidr2 == initial_tpidr2;
70 if (td->pass)
H A Dfpmr_siginfo.c64 td->pass = (in_sigframe == have_fpmr);
70 td->pass = false;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_range_occ.sh75 action pass
81 action pass
84 action pass
87 action pass
/linux-master/tools/testing/selftests/x86/
H A Dsyscall_numbering.c127 * We pass in an extra copy of the extended system call number
251 enum ptrace_pass pass = sh->ptrace_pass; local
263 if (pass >= PTP_FUZZRET)
337 enum ptrace_pass pass; local
345 for (sh->ptrace_pass = pass = PTP_NOTHING; pass < PTP_DONE;
346 sh->ptrace_pass = ++pass) {
347 run("Running tests under ptrace: %s\n", ptrace_pass_name[pass]);
352 static void mess_with_syscall(pid_t testpid, enum ptrace_pass pass) argument
359 if (pass
[all...]
/linux-master/tools/testing/selftests/proc/
H A Dproc-self-map-files-001.c26 static void pass(const char *fmt, unsigned long a, unsigned long b) function
65 pass("/proc/self/map_files/%lx-%lx", a, b);
H A Dproc-self-map-files-002.c26 static void pass(const char *fmt, unsigned long a, unsigned long b) function
77 pass("/proc/self/map_files/%lx-%lx", a, b);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c199 int pass; local
234 for (pass = 0; pass <= 2; pass++) {
251 pr_err("context is not active; expected idle-barrier (%s pass %d)\n",
252 engine->name, pass);
359 int pass; local
394 for (pass = 0; pass <= 2; pass
[all...]
H A Dselftest_ring_submission.c106 int pass; local
109 for (pass = 0; pass < 2; pass++) {
114 pr_err("pass[%d] wa_bb emitted for the kernel context\n",
115 pass);
125 pr_err("pass[%d] wa_bb *NOT* emitted after the kernel context\n",
126 pass);
136 pr_err("pass[%d] wa_bb *NOT* emitted for the user context switch\n",
137 pass);
[all...]
/linux-master/fs/jbd2/
H A Drecovery.c40 struct recovery_info *info, enum passtype pass);
238 struct recovery_info *info, enum passtype pass)
258 err = journal->j_fc_replay_callback(journal, bh, 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
353 * We perform one pass over the journal to allow us to tell the user how
467 struct recovery_info *info, enum passtype pass)
496 if (pass == PASS_SCAN)
499 jbd2_debug(1, "Starting recovery pass %d\n", pass);
237 fc_do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) argument
466 do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Diommu-common.c107 int pass = 0; local
136 if (pass == 0 && handle && *handle &&
157 * but on second pass, start at 0 in pool 0.
159 if ((start & mask) >= limit || pass > 0) {
184 if (likely(pass == 0)) {
188 pass++;
190 } else if (!largealloc && pass <= iommu->nr_pools) {
197 pass++;
/linux-master/arch/x86/pci/
H A Di386.c249 static void pcibios_allocate_dev_resources(struct pci_dev *dev, int pass) argument
274 if (pass == disabled) {
277 idx, r, disabled, pass);
292 if (!pass) {
307 static void pcibios_allocate_resources(struct pci_bus *bus, int pass) argument
313 pcibios_allocate_dev_resources(dev, pass);
317 pcibios_allocate_resources(child, pass);
/linux-master/drivers/nvmem/
H A Dlan9662-otpc.c84 u32 pass; local
92 pass = readl(OTP_OTP_PASS_FAIL(otp->base));
93 if (pass & OTP_OTP_PASS_FAIL_OTP_READ_PROHIBITED)
102 u32 pass; local
113 pass = readl(OTP_OTP_PASS_FAIL(otp->base));
114 if (pass & OTP_OTP_PASS_FAIL_OTP_WRITE_PROHIBITED)
116 if (pass & OTP_OTP_PASS_FAIL_OTP_FAIL)

Completed in 1142 milliseconds

12345678