Searched refs:pass (Results 126 - 150 of 195) sorted by last modified time

12345678

/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dtpidr2_restore.c68 td->pass = tpidr2 == initial_tpidr2;
70 if (td->pass)
H A Dtpidr2_siginfo.c64 td->pass = (in_sigframe == have_sme);
78 td->pass = false;
H A Dza_regs.c126 td->pass = 1;
H A Dzt_no_regs.c39 td->pass = 1;
H A Dssve_regs.c120 td->pass = 1;
H A Dssve_za_regs.c149 td->pass = 1;
H A Dza_no_regs.c107 td->pass = 1;
H A Dsve_regs.c109 td->pass = 1;
H A Dsve_vl.c56 td->pass = 1;
H A Dsme_vl.c56 td->pass = 1;
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c70 } else if (td->pass) {
105 td->pass = 1;
156 td->pass = 1;
H A Dtest_signals.h77 bool pass; member in struct:tdescr
/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/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c163 goto pass;
166 goto pass;
176 goto pass;
198 pass:
363 * an skb and pass it to the stack.
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.c1390 goto pass;
1397 goto pass;
1423 pass:
1475 goto pass;
1529 goto pass;
1539 pass:
1620 pr_info("Total instruction simulation tests=%d, pass=%d fail=%d\n",
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat533 # All others have to pass the leader's descriptor instead.
1081 pass
1088 pass
1180 pass
1272 pass
1566 pass
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_features.c29 unsigned int pass; member in struct:xdp_cpumap_stats
/linux-master/net/sctp/
H A Doutqueue.c1781 goto pass;
1801 goto pass;
1805 pass:
/linux-master/drivers/gpu/drm/i915/gt/
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/scripts/
H A Djobserver-exec63 pass
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_vlan_mcast.sh169 action pass
173 action pass
501 flower vlan_id 10 vlan_ethtype ipv4 dst_ip 239.1.1.1 ip_proto udp action pass
503 flower vlan_id 10 vlan_ethtype ipv4 dst_ip 239.1.1.1 ip_proto udp action pass
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_tunnel_ipip6.sh161 action pass
193 flower src_ip 2001:db8:2::1 dst_ip 2001:db8:1::1 action pass
/linux-master/fs/ocfs2/dlm/
H A Ddlmrecovery.c540 int pass = 0; local
679 mlog(0, "pass #%d, all_nodes_done?: %s\n", ++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/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 299 milliseconds

12345678