Searched refs:passes (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/security/
H A Drfi_flush.c24 int fd, passes = 0, iter, rc = 0; local
83 passes++;
85 passes++;
92 if (passes < repetitions) {
97 repetitions - passes, repetitions);
104 passes, repetitions);
114 passes = 0;
H A Dentry_flush.c24 int fd, passes = 0, iter, rc = 0; local
82 passes++;
84 passes++;
91 if (passes < repetitions) {
96 repetitions - passes, repetitions);
103 passes, repetitions);
114 passes = 0;
H A Duaccess_flush.c25 int fd, passes = 0, iter, rc = 0; local
96 passes++;
98 passes++;
105 if (passes < repetitions) {
110 repetitions - passes, repetitions);
117 passes, repetitions);
128 passes = 0;
/linux-master/fs/bcachefs/
H A Dsb-downgrade.c4 * Superblock section that contains a list of recovery passes to run when
18 * Upgrade, downgrade tables - run certain recovery passes, fix certain errors
68 #define x(ver, passes, ...) static const u16 upgrade_##ver##_errors[] = { __VA_ARGS__ };
73 #define x(ver, passes, ...) { \
74 .recovery_passes = passes, \
95 u64 passes = i->recovery_passes; local
97 if (passes & RECOVERY_PASS_ALL_FSCK)
98 passes |= bch2_fsck_recovery_passes();
99 passes &= ~RECOVERY_PASS_ALL_FSCK;
102 cpu_to_le64(bch2_recovery_passes_to_stable(passes));
[all...]
H A Drecovery.c544 __le64 passes = ext->recovery_passes_required[0]; local
546 passes = ext->recovery_passes_required[0] & ~passes;
548 if (passes) {
549 prt_str(&buf, " running recovery passes: ");
551 bch2_recovery_passes_from_stable(le64_to_cpu(passes)));
614 prt_str(&buf, "superblock requires following recovery passes to be run:\n ");
625 __le64 passes = ext->recovery_passes_required[0]; local
629 passes = ext->recovery_passes_required[0] & ~passes;
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_mc_aware.sh307 local passes=0
312 ((passes++))
326 ((attempts == passes))
334 echo " sent $attempts BC ARPs, got $passes responses"
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock.c520 int passes = 0; local
528 ++passes;
530 printf("Summary: %d PASSED, %d FAILED\n", passes, fails);
H A Dtest_verifier.c1514 int *passes, int *errors)
1706 (*passes)++;
1770 int i, passes = 0, errors = 0; local
1791 do_test_single(test, true, &passes, &errors);
1801 do_test_single(test, false, &passes, &errors);
1808 printf("Summary: %d PASSED, %d SKIPPED, %d FAILED\n", passes,
1513 do_test_single(struct bpf_test *test, bool unpriv, int *passes, int *errors) argument
H A Dtest_sock_addr.c1391 int passes = 0; local
1399 ++passes;
1401 printf("Summary: %d PASSED, %d FAILED\n", passes, fails);
H A Dtest_sysctl.c1597 int passes = 0; local
1605 ++passes;
1607 printf("Summary: %d PASSED, %d FAILED\n", passes, fails);
/linux-master/arch/alpha/lib/
H A Dmemchr.S44 # Hack -- if someone passes in (size_t)-1, hoping to just
H A Dev6-memchr.S42 # Hack -- if someone passes in (size_t)-1, hoping to just
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S79 subql #1,%d0 |for dbf d0 would have LEN+1 passes
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S213 ! r8 passes SR bitmask, overwritten with restored data on return
385 ! k3 passes original pr*
386 ! k4 passes SR bitmask
415 ! k3 passes bits to set in SR
416 ! k4 passes bits to clear in SR
/linux-master/samples/hid/
H A DMakefile245 -O2 -emit-llvm -Xclang -disable-llvm-passes -c $< -o - | \
/linux-master/drivers/mmc/host/
H A Domap.c486 unsigned int restarts, passes, timeout; local
496 passes = 0;
497 while (passes < timeout) {
502 passes++;
/linux-master/samples/bpf/
H A DMakefile410 -O2 -emit-llvm -Xclang -disable-llvm-passes -c $< -o - | \
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh2024 passes) of this test.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S18099 # fails then don't update the address register. if write passes then
18117 # fails then don't update the address register. if the write passes then
24521 subq.l &1,%d0 # for dbf d0 would have LEN+1 passes

Completed in 270 milliseconds