Searched refs:pass (Results 1 - 25 of 193) sorted by last modified time

12345678

/linux-master/virt/kvm/
H A Dkvm_main.c4073 int pass; local
4083 for (pass = 0; pass < 2 && !yielded && try; pass++) {
4085 if (!pass && i <= last_boosted_vcpu) {
4088 } else if (pass && i > last_boosted_vcpu)
/linux-master/arch/powerpc/kernel/
H A Diommu.c223 int pass = 0; local
257 if ((pass == 0) && handle && *handle &&
276 * but on second pass, start at 0 in pool 0.
278 if ((start & mask) >= limit || pass > 0) {
292 if (likely(pass == 0)) {
295 pass++;
298 } else if (pass <= tbl->nr_pools) {
305 pass++;
308 } else if (pass == tbl->nr_pools + 1) {
314 pass
[all...]
/linux-master/mm/
H A Dmemory-failure.c1107 * Normally Linux has two mechanisms to pass IO error
1440 int ret = 0, pass = 0; local
1452 if (pass++ < 3)
1457 if (pass++ < 3)
1467 if (pass++ < 3) {
1483 if (pass++ < 3) {
H A Dmigrate.c1532 int pass = 0; local
1536 for (pass = 0; pass < NR_MAX_MIGRATE_PAGES_RETRY && retry; pass++) {
1564 folio, pass > 2, mode,
1631 int pass = 0; local
1643 for (pass = 0; pass < nr_pass && retry; pass++) {
1765 for (pass
[all...]
/linux-master/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c116 int ret, pass = 0; local
135 pass = -1;
154 pass = -1;
163 pass = -1;
178 pass = -1;
191 return pass;
/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/drivers/pci/
H A Dquirks.c194 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev) argument
198 switch (pass) {
3597 * Some devices may pass our check in pci_intx_mask_supported() if
4815 * Port to pass traffic to another Root Port. All PCIe transactions are
/linux-master/drivers/gpu/drm/xe/
H A Dxe_migrate.c706 int pass = 0; local
753 pass++, src_L0, dst_L0);
987 int pass = 0; local
1008 drm_dbg(&xe->drm, "Pass %u, size: %llu\n", pass++, clear_L0);
/linux-master/drivers/cxl/
H A Dcxlmem.h798 u8 pass[NVDIMM_PASSPHRASE_LEN]; member in struct:cxl_disable_pass
805 u8 pass[NVDIMM_PASSPHRASE_LEN]; member in struct:cxl_pass_erase
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c263 * pass, only to generate the correct offset on the second pass.
2138 * If the previous pass already emits an imm8
2142 * On the other hand, if the previous pass emits an
2197 * (2) The previous pass emits an imm8 jmp,
2200 * (3) Similarly, the previous pass emits an
2220 * If the previous pass already emits an imm8
2317 /* Generally speaking, the compiler will pass the arguments
2358 /* get the count of the regs that are used to pass arguments */
2391 * Meanwhile, the compiler will pass th
3179 int pass; local
[all...]
/linux-master/drivers/scsi/
H A Dscsi_scan.c650 int pass, count, result, resid; local
685 /* Perform up to 3 passes. The first pass uses a conservative
690 pass = 1;
694 "scsi scan: INQUIRY pass %d length %d\n",
695 pass, try_inquiry_len));
697 /* Each pass gets up to three chances to ignore Unit Attention */
747 /* When the first pass succeeds we gain information about
749 if (pass == 1) {
767 /* If more data is available perform the second pass */
770 pass
[all...]
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c335 * Return whether this is the first pass. The first pass is special, since we
344 * Return whether this is the code generation pass. The code generation pass is
1920 /* On the first pass anything goes */
1924 /* The codegen pass must not change anything */
2003 int pass; member in struct:s390_jit_data
2041 int pass; local
2071 pass = jit_data->pass
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d_ipv6.sh347 dst_ip $vxlan_remote_ip dst_port $VXPORT $TC_FLAG action pass
353 $TC_FLAG action pass
404 dst_ip $vxlan_remote_ip dst_port $VXPORT $TC_FLAG action pass
409 flower src_ip $dst_ip dst_ip $src_ip $TC_FLAG action pass
470 icmpv6 skip_sw action pass 2>/dev/null || \
473 icmpv6 skip_hw action pass
628 flower ip_ttl 99 action pass
640 flower ip_tos 0x14 action pass
656 flower ip_tos $tos ip_proto udp dst_port $VXPORT action pass
H A Dvxlan_bridge_1q_ipv6.sh450 dst_ip $vxlan_remote_ip dst_port $VXPORT $TC_FLAG action pass
456 $TC_FLAG action pass
515 dst_ip $vxlan_remote_ip dst_port $VXPORT $TC_FLAG action pass
521 $TC_FLAG action pass
590 icmpv6 skip_sw action pass 2>/dev/null || \
593 icmpv6 skip_hw action pass
/linux-master/lib/
H A Doverflow_kunit.c1088 #define TEST_CASTABLE_TO_TYPE(arg1, arg2, pass) do { \
1090 KUNIT_EXPECT_EQ_MSG(test, __pass, pass, \
1091 "expected castable_to_type(" #arg1 ", " #arg2 ") to%s pass\n",\
1092 pass ? "" : " not"); \
/linux-master/kernel/bpf/
H A Dcpumap.c209 stats->pass++;
/linux-master/fs/xfs/
H A Dxfs_trace.h495 /* pass flags explicitly */
2226 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
2227 TP_ARGS(log, rhead, pass),
2233 __field(int, pass)
2240 __entry->pass = pass;
2242 TP_printk("dev %d:%d lsn 0x%llx len 0x%x num_logops 0x%x pass %d",
2245 __entry->pass)
2250 struct xlog_recover_item *item, int pass),
2251 TP_ARGS(log, trans, item, pass),
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c324 bool pass = true; local
328 pass = false;
331 return pass;
/linux-master/tools/testing/ktest/
H A Dktest.pl553 my $pass = 1;
2694 # bisect may need this to pass
3301 doprint "NEW GOOD CONFIG ($pass)\n";
3302 system("cp $output_config $tmpdir/good_config.tmp.$pass");
3303 $pass++;
3307 doprint "NEW BAD CONFIG ($pass)\n";
3308 system("cp $output_config $tmpdir/bad_config.tmp.$pass");
3309 $pass++;
/linux-master/fs/f2fs/
H A Dsegment.c113 goto pass;
122 pass:
149 goto pass;
159 pass:
/linux-master/drivers/of/
H A Dbase.c877 * you pass will not be searched, only the next one
878 * will. Typically, you pass what the previous call
904 * the entire device tree. The node you pass will not be
905 * searched, only the next one will; typically, you pass
933 * you pass will not be searched, only the next one
934 * will; typically, you pass what the previous call
964 * you pass will not be searched, only the next one
965 * will; typically, you pass what the previous call
1041 * you pass will not be searched, only the next one
1042 * will; typically, you pass wha
1399 const __be32 *map, *mask, *pass; local
[all...]
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_32.c329 u32 temp[8], *prog, *func, seen = 0, pass; local
342 /* Before first pass, make a rough estimation of addrs[]
351 for (pass = 0; pass < 10; pass++) {
352 u8 seen_or_pass0 = (pass == 0) ? (SEEN_XREG | SEEN_DATAREF | SEEN_MEM) : seen;
747 bpf_jit_dump(flen, proglen, pass + 1, image);
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dfpmr_siginfo.c64 td->pass = (in_sigframe == have_fpmr);
70 td->pass = false;
/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/tools/mm/
H A Dthpmaps71 pass
75 pass

Completed in 422 milliseconds

12345678