Searched refs:pass (Results 126 - 150 of 193) sorted by relevance

12345678

/linux-master/mm/kfence/
H A Dkfence_test.c215 /* just to get ->align so no need to pass in the real caller */
735 bool pass = false; local
753 pass = true;
764 } while (!pass && time_before(jiffies, timeout));
766 KUNIT_EXPECT_TRUE(test, pass);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_flower_port_range.sh98 action pass
H A Drouter_multicast.sh330 skip_hw dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action pass
375 skip_hw dst_ip ff0e::3 ip_proto udp dst_port 12345 action pass
H A Dvxlan_bridge_1d.sh507 flower ip_ttl 99 action pass
519 flower ip_tos 0x14 action pass
535 flower ip_tos $tos ip_proto udp dst_port $VXPORT action pass
/linux-master/arch/arm/nwfpe/
H A Dentry.S146 movcs r0, sp @ pass struct pt_regs
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh291 flower skip_hw arp_op request arp_sip ${s_ip4} arp_tip ${s_ip4} action pass
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c1490 int pass, i; local
1522 pass = 1;
1542 for (pass = 1; pass < 40; pass++) {
1553 pr_info("Pass %d: size = %u, seen = [%c%c%c%c%c%c]\n", pass,
1600 bpf_jit_dump(prog->len, image_size, pass, ctx.image);
/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/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c1257 int pass; local
1262 for (pass = 0; pass < ARRAY_SIZE(t); pass++) {
1270 t[pass] = ktime_sub(t1, t0);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c100 * execution, userspace is told the location of those objects in this pass,
169 * first pass is then fitted into any available idle space. If an object does
355 * On the last pass though, we want to try as hard
740 unsigned int pass; local
757 * about anywhere. Repeat the previous pass.
774 for (pass = 0; pass <= 3; pass++) {
777 if (pass == 0)
780 if (pass >
[all...]
/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/tools/bpf/
H A Dbpf_dbg.c1178 static uint32_t pass, fail; local
1195 pass++;
1203 rl_printf("bpf passes:%u fails:%u\n", pass, fail);
1208 pass = fail = 0;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dvxlan_flooding_ipv6.sh169 flower skip_hw dst_mac de:ad:be:ef:13:37 action pass
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_flooding.sh182 flower skip_hw dst_mac de:ad:be:ef:13:37 action pass
/linux-master/arch/x86/events/intel/
H A Dp4.c767 * none, both or any, so we just allow user to pass any value
892 * reason) will pass some cache event metric with improper
1250 int pass; local
1259 pass = 0;
1267 if (pass > 2)
1291 pass++;
1299 * cause the above p4_should_swap_ts to pass instead of fail.
/linux-master/scripts/gcc-plugins/
H A Dgcc-common.h61 #include "tree-pass.h"
133 .pass = make_##NAME##_pass(), \
/linux-master/tools/testing/cxl/test/
H A Dmem.c790 if (memcmp(dis_pass->pass, mdata->master_pass, NVDIMM_PASSPHRASE_LEN)) {
812 if (memcmp(dis_pass->pass, mdata->user_pass, NVDIMM_PASSPHRASE_LEN)) {
928 if (memcmp(mdata->master_pass, erase->pass,
959 if (memcmp(mdata->user_pass, erase->pass,
/linux-master/tools/mm/
H A Dthpmaps71 pass
75 pass
/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/arch/alpha/kernel/
H A Dpci_iommu.c111 int pass = 0;
140 if (pass < 1) {
147 pass++;
110 int pass = 0; local
/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/drivers/scsi/
H A DNCR5380.c473 int pass; local
475 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) {
476 switch (pass) {
/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) {
/linux-master/drivers/pci/
H A Dprobe.c487 * DECchip 21050 pass 2 errata: the bridge may miss an address
1251 * @pass: Either %0 (scan already configured bridges) or %1 (scan bridges
1267 int pass)
1290 pci_dbg(dev, "scanning [bus %02x-%02x] behind bridge, pass %d\n",
1291 secondary, subordinate, pass);
1299 if (!pass &&
1323 * first pass and just note the configuration.
1325 if (pass)
1357 * do in the second pass.
1359 if (!pass) {
1265 pci_scan_bridge_extend(struct pci_bus *bus, struct pci_dev *dev, int max, unsigned int available_buses, int pass) argument
1511 pci_scan_bridge(struct pci_bus *bus, struct pci_dev *dev, int max, int pass) argument
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S662 lea FP_SRC(%a6),%a0 # pass: ptr to src op
667 lea FP_SRC(%a6),%a0 # pass: ptr to src op
672 # that can pass through fpsp_ovfl(). remember that fcmp, ftst, and fsincos
680 lea FP_DST(%a6),%a0 # pass: ptr to dst op
698 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec/mode
787 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec/mode
794 lea FP_SRC(%a6),%a0 # pass ptr to src operand
902 lea FP_SRC(%a6),%a0 # pass: ptr to src op
905 lea FP_SRC(%a6),%a0 # pass: ptr to src op
910 # that can pass throug
[all...]

Completed in 272 milliseconds

12345678