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

12345678

/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_changes.sh78 flower skip_hw ip_ttl 50 action pass
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/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/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
1924 /* On the first pass anything goes */
1928 /* The codegen pass must not change anything */
2007 int pass; member in struct:s390_jit_data
2045 int pass; local
2075 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
354 * On the last pass though, we want to try as hard
739 unsigned int pass; local
756 * about anywhere. Repeat the previous pass.
773 for (pass = 0; pass <= 3; pass++) {
776 if (pass == 0)
779 if (pass >
[all...]
/linux-master/drivers/cxl/
H A Dcxlmem.h801 u8 pass[NVDIMM_PASSPHRASE_LEN]; member in struct:cxl_disable_pass
808 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/mm/
H A Dthpmaps71 pass
75 pass
/linux-master/tools/testing/cxl/test/
H A Dmem.c801 if (memcmp(dis_pass->pass, mdata->master_pass, NVDIMM_PASSPHRASE_LEN)) {
823 if (memcmp(dis_pass->pass, mdata->user_pass, NVDIMM_PASSPHRASE_LEN)) {
939 if (memcmp(mdata->master_pass, erase->pass,
970 if (memcmp(mdata->user_pass, erase->pass,
/linux-master/net/l2tp/
H A Dl2tp_core.c831 goto pass;
854 goto pass;
883 goto pass;
903 pass:
/linux-master/arch/arc/net/
H A Dbpf_jit_core.c65 * necessary for the next extra pass to come.
89 * jit_data: A piece of memory to transfer data to the next pass.
95 * is_extra_pass: Indicates if the current pass is an extra pass.
145 const int pass = ctx->is_extra_pass ? 2 : 1; local
151 scnprintf(header, sizeof(header), "JIT:%d", pass);
155 bpf_jit_dump(ctx->prog->len, ctx->jit.len, pass, ctx->jit.buf);
182 * Only after the first iteration of normal pass (the dry-run),
191 * "*mem" should be freed when there is no "extra pass" to come,
388 * an extra 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/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/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.c1110 * Normally Linux has two mechanisms to pass IO error
1434 int ret = 0, pass = 0; local
1446 if (pass++ < 3)
1451 if (pass++ < 3)
1461 if (pass++ < 3) {
1477 if (pass++ < 3) {

Completed in 376 milliseconds

12345678