Searched refs:failed (Results 26 - 50 of 459) sorted by last modified time

1234567891011>>

/linux-master/drivers/bluetooth/
H A Dbtmrvl_sdio.c422 goto failed;
431 failed:
473 BT_ERR("request_firmware(helper) failed, error code = %d",
573 BT_ERR("request_firmware(firmware) failed, error code = %d",
615 BT_ERR("BASE0 register read failed:"
625 BT_ERR("BASE1 register read failed:"
680 BT_ERR("FW download, writesb(%d) failed @%d",
685 BT_ERR("writeb failed (CFG)");
720 BT_ERR("read rx_len failed");
755 BT_ERR("readsb failed
[all...]
/linux-master/arch/x86/kvm/
H A Dx86.h40 bool failed = (consistency_check); \
41 if (failed) \
43 failed; \
H A Dtrace.h818 TP_PROTO(struct kvm_vcpu *vcpu, __u8 failed),
819 TP_ARGS(vcpu, failed),
827 __field( __u8, failed )
839 __entry->failed = failed;
847 __entry->failed ? " failed" : ""
1669 * Tracepoint for failed nested VMX VM-Enter.
/linux-master/arch/x86/kvm/svm/
H A Dsev.c100 pr_err("SEV: DF_FLUSH failed, ret=%d, error=%#x\n", ret, error);
2184 goto failed;
2190 goto failed;
2205 failed:
2873 pr_err("vmgexit: kvm_read_guest for scratch area failed\n");
/linux-master/arch/riscv/mm/
H A Dinit.c1450 goto failed;
1458 goto failed;
1466 goto failed;
1470 failed:
/linux-master/arch/powerpc/lib/
H A Dcode-patching.c28 __put_kernel_nofault(patch_addr, &val, u32, failed);
32 __put_kernel_nofault(patch_addr, &val, u64, failed);
40 failed:
378 __put_kernel_nofault(addr, &val, u64, failed);
382 failed:
389 __put_kernel_nofault(addr, &val, u32, failed);
393 failed:
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh505 check_fail $err "$what succeeded, but should have failed"
507 check_err $err "$what failed"
/linux-master/tools/testing/selftests/net/
H A Dbpf.mk25 # build would have failed anyways.
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c63 int failed; variable
271 fprintf(stderr, "setsockopt: TCP_ULP(%s) failed with error %i\n", sock_to_string(s), err);
276 fprintf(stderr, "setsockopt: TLS_TX(%s) failed with error %i\n", sock_to_string(s), err);
281 fprintf(stderr, "setsockopt: TLS_RX(%s) failed with error %i\n", sock_to_string(s), err);
286 fprintf(stderr, "setsockopt: (%s) failed sndbuf with error %i\n", sock_to_string(s), err);
291 fprintf(stderr, "setsockopt: (%s) failed rcvbuf with error %i\n", sock_to_string(s), err);
311 perror("socket s1 failed()");
321 perror("setsockopt failed()");
330 perror("ioctl s1 failed()");
343 perror("bind s1 failed()");
[all...]
/linux-master/tools/testing/selftests/
H A DMakefile169 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
/linux-master/net/mptcp/
H A Dsubflow.c136 * Returns an error code if a JOIN has failed and a TCP reset
1595 goto failed;
1624 failed:
2076 panic("MPTCP: failed to init subflow v4 request sock ops\n");
2105 panic("MPTCP: failed to init subflow v6 request sock ops\n");
2132 panic("MPTCP: failed to register subflows to ULP\n");
/linux-master/net/ipv6/
H A Dsit.c253 goto failed;
257 goto failed;
282 failed:
H A Dip6_vti.c208 goto failed;
216 goto failed;
232 failed:
1298 pr_err("vti6 init: failed to register %s\n", msg);
H A Dip6_tunnel.c294 goto failed;
303 goto failed;
318 failed:
/linux-master/net/ipv4/
H A Dip_tunnel.c243 goto failed;
247 goto failed;
256 goto failed;
274 failed:
/linux-master/net/bluetooth/
H A Dmgmt.c1380 goto failed;
1387 goto failed;
1392 goto failed;
1398 goto failed;
1415 failed:
1576 goto failed;
1583 goto failed;
1589 goto failed;
1595 goto failed;
1612 goto failed;
[all...]
H A Dl2cap_core.c6572 BT_ERR("Queueing received LE L2CAP data failed");
6622 goto failed;
6628 goto failed;
6657 goto failed;
6672 failed:
H A Dhci_sync.c255 bt_dev_err(hdev, "Opcode 0x%4.4x failed: %ld", opcode,
357 bt_dev_err(hdev, "failed to disable LE scan: %d", status);
387 bt_dev_err(hdev, "inquiry failed: status %d", status);
440 bt_dev_err(hdev, "failed to reenable ADV: %d", status);
974 bt_dev_err(hdev, "failed to generate new RPA");
2487 bt_dev_err(hdev, "Pause advertising failed: %d", err);
2602 bt_dev_err(hdev, "pause advertising failed: %d", err);
2895 bt_dev_err(hdev, "disable scanning failed: %d", err);
3021 bt_dev_err(hdev, "stop background scanning failed: %d",
3039 bt_dev_err(hdev, "start background scanning failed
[all...]
/linux-master/mm/
H A Dshmem.c305 pr_warn("tmpfs: failed to enable quota tracking (type=%d, err=%d)\n",
689 * Move the inode on the list back to shrinklist if we failed
704 /* If split failed move the inode on the list back to shrinklist */
962 * If !unfalloc, truncate or punch hole; if unfalloc, undo failed fallocate.
1010 * When undoing a failed fallocate, we want none of the partial folio
1888 goto failed;
1902 goto failed;
1915 goto failed;
1921 goto failed;
1935 failed
[all...]
/linux-master/lib/kunit/
H A Dtest.c86 unsigned long failed; member in struct:kunit_result_stats
112 stats.failed,
285 "Could not allocate stream to print failed assertion in %s:%d\n",
390 kunit_err(test, "failed to initialize: %d\n", ret);
559 suite_stats.failed,
568 param_stats.failed,
585 stats->failed++;
597 total->failed += add.failed;
615 "# failed t
[all...]
/linux-master/kernel/trace/
H A Dftrace.c2116 * @failed: The failed type (EFAULT, EINVAL, EPERM)
2117 * @rec: The record that failed
2121 * modifying the code. @failed should be one of either:
2126 void ftrace_bug(int failed, struct dyn_ftrace *rec) argument
2132 switch (failed) {
2138 pr_info("ftrace failed to modify ");
2694 int failed; local
2704 failed = __ftrace_replace_code(rec, enable);
2705 if (failed) {
6885 int failed = __ftrace_replace_code(rec, 1); local
[all...]
/linux-master/kernel/
H A Dseccomp.c500 pid_t failed; local
513 failed = task_pid_vnr(thread);
515 if (WARN_ON(failed == 0))
516 failed = -ESRCH;
517 return failed;
1918 * succeeded or failed. So, let's disallow this combination if the user
/linux-master/kernel/rcu/
H A Drcutorture.c1062 VERBOSE_TOROUT_STRING("rcu_torture_boost boosting failed");
1075 return true; // failed
1097 bool failed = false; // Test failed already in this test interval local
1117 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state))
1118 failed = rcu_torture_boost_failed(gp_state, &gp_state_time);
1138 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state))
1343 "%s: Cookie check 3 failed %pS() online %*pbl.",
1346 "%s: Cookie check 4 failed %pS() online %*pbl",
1430 "%s: Cookie check 1 failed
[all...]
/linux-master/include/linux/
H A Dvirtio.h117 * @failed: saved value for VIRTIO_CONFIG_S_FAILED bit (for restore)
134 bool failed; member in struct:virtio_device
/linux-master/include/linux/mlx5/
H A Ddriver.h276 /* number of times command failed */
277 u64 failed; member in struct:mlx5_cmd_stats
278 /* number of times command failed on bad status returned by FW */
280 /* last command failed returned errno */
284 /* last command failed syndrome returned by FW */

Completed in 650 milliseconds

1234567891011>>