Searched refs:error (Results 1 - 25 of 4512) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c7 #include <linux/error-injection.h>
/linux-master/sound/soc/sof/
H A Ddebug.c100 "error: debugfs entry cannot be read in DSP D3\n");
234 dev_err(sdev->dev, "error: enabling device failed: %d\n", ret);
235 goto error;
241 if (ret < 0 || reply->rhdr.error < 0) {
242 ret = min(ret, reply->rhdr.error);
243 dev_err(sdev->dev, "error: reading memory info failed, %d\n", ret);
244 goto error;
248 dev_err(sdev->dev, "error: invalid memory info ipc struct size, %d\n",
251 goto error;
259 goto error;
[all...]
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c1167 * or a negative error code
1665 goto error;
1670 goto error;
1677 error:
1918 goto error;
1923 goto error;
1930 error:
2789 goto error;
2794 goto error;
2801 error
[all...]
/linux-master/net/tipc/
H A Dmsg.c161 * bad access on error path.
337 goto error;
352 error:
411 goto error;
441 goto error;
456 goto error;
470 error:
618 * tipc_msg_reverse(): swap source and destination addresses and add error code
621 * @err: error code to be set in message, if any
697 * @err: error cod
[all...]
/linux-master/net/rxrpc/
H A Drxkad.c114 goto error;
128 goto error;
140 error:
1192 /* Ignore the response packet if we got a temporary error such as
/linux-master/net/l2tp/
H A Dl2tp_eth.c123 goto error;
153 error:
/linux-master/net/ipv4/
H A Dudp.c21 * Alan Cox : Correct error for oversized datagrams
50 * Alan Cox : Nonblocking error fix.
245 int error = -EADDRINUSE; local
346 error = 0;
350 return error;
455 /* Reuseport logic returned an error, keep original score. */
502 /* Got non-wildcard socket or error on first lookup */
606 * through error handlers in encapsulations looking for a match.
638 * Then ask the tunnel implementation to match the error against a valid
641 * Return an error i
1703 int error; local
[all...]
H A Draw.c14 * Alan Cox : ICMP error handling
23 * Alan Cox : Fixed error return for broadcasts
224 /* Report error on raw socket, if:
226 2. Socket is connected (otherwise the error indication
227 is useless without ip_recverr and error is hard.
357 goto error;
418 goto error;
424 error:
509 if (msg->msg_flags & MSG_OOB) /* Mirror BSD error message */
H A Dip_output.c1134 goto error;
1169 goto error;
1214 goto error;
1221 goto error;
1226 goto error;
1234 goto error;
1241 goto error;
1261 goto error;
1273 error:
/linux-master/net/core/
H A Dskbuff.c1402 * skb_tx_error - report an sk_buff xmit error
1403 * @skb: buffer that triggered an error
1405 * Report xmit error if a device callback is tracking this skb.
1889 /* Streams do not free skb on error. Reset to prev state. */
1944 * Returns 0 on success or a negative error code on failure
2226 * reference count of 1. Returns zero in the case of success or error,
2506 * @free_on_error: free buffer on error
2512 * May return error in out of memory cases. The skb is freed on error
3025 * at the end of the spd in case we error'e
[all...]
H A Dfilter.c941 goto error;
964 error:
1363 * If an error occurs or there is insufficient memory for the filter
1529 * it to make sure it does not explode on us later. If an error
12066 /* bpf_sock_destroy: Destroy the given socket with ECONNABORTED error code.
12078 * On error, may return EPROTONOSUPPORT, EINVAL.
/linux-master/kernel/bpf/
H A Dverifier.c23 #include <linux/error-injection.h>
839 verbose(env, "verifier internal error: misconfigured ref_obj_id\n");
926 * error because this just means the stack state hasn't been updated yet.
937 * one. For referenced ones, destroy_if_dynptr_stack_slot returns an error early
939 * reference" error.
2764 /* func_id == 0 is always invalid, but instead of returning an error, be
2766 * error, so that invalid calls that get pruned out can be in BPF programs
3413 return "<error>";
3762 * catch this error later. Make backtracking conservative
4712 * them, the error woul
[all...]
/linux-master/fs/btrfs/
H A Dvolumes.c479 goto error;
488 goto error;
495 goto error;
500 error:
735 * error pointer when failed
747 int error; local
759 error = lookup_bdev(path, &path_devt);
760 if (error) {
762 path, error);
763 return ERR_PTR(error);
6981 btrfs_report_missing_device(struct btrfs_fs_info *fs_info, u64 devid, u8 *uuid, bool error) argument
[all...]
H A Dioctl.c879 ret = pending_snapshot->error;
937 int error; local
947 error = inode_permission(idmap, dir, MAY_WRITE | MAY_EXEC);
948 if (error)
949 return error;
999 int error; local
1001 error = down_write_killable_nested(&dir->i_rwsem, I_MUTEX_PARENT);
1002 if (error == -EINTR)
1003 return error;
1006 error
[all...]
/linux-master/drivers/spi/
H A Dspi.c479 * Return: zero on success, else a negative error code.
803 * error-or-pointer (not NULL-or-pointer), troubleshootability
914 * Return: zero on success, else a negative error code.
1479 if (xfer->error & SPI_TRANS_FAIL_IO)
1634 (xfer->error & SPI_TRANS_FAIL_NO_START)) {
1637 xfer->error &= ~SPI_TRANS_FAIL_NO_START;
2293 * Return: zero on success, else a negative error code.
2495 dev_err(&ctlr->dev, "spi_device alloc error for %pOF\n", nc);
2520 dev_err(&ctlr->dev, "spi_device register error %pOF\n", nc);
2652 * resource-list; or a negative error cod
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c457 QETH_DBF_MESSAGE(2, "error %i on device %x when starting next read ccw!\n",
1124 "failed to recover an error on the device\n");
1165 QETH_DBF_MESSAGE(2, "i/o-error on channel %x\n",
1177 QETH_DBF_MESSAGE(2, "unknown error %ld on channel %x\n",
1193 * But this function is also called for error interrupts.
1274 "an error on the device\n");
1345 struct qeth_qdio_out_buffer *buf, bool error,
1356 if (error) {
1369 if (!error) {
1386 bool error, in
1344 qeth_tx_complete_buf(struct qeth_qdio_out_q *queue, struct qeth_qdio_out_buffer *buf, bool error, int budget) argument
1384 qeth_clear_output_buffer(struct qeth_qdio_out_q *queue, struct qeth_qdio_out_buffer *buf, bool error, int budget) argument
5829 unsigned int start, error; local
5888 bool error = !!qdio_error; local
5950 unsigned int start, error, i; local
[all...]
/linux-master/drivers/nvme/target/
H A Dcore.c498 * we can report an error to the user right away if there
976 /* will return an error for any non-connect command: */
1370 pr_err("ctrl %d fatal error occurred!\n", ctrl->cntlid);
1670 int error = -ENOMEM; local
1693 error = nvmet_init_discovery();
1694 if (error)
1697 error = nvmet_init_configfs();
1698 if (error)
1712 return error;
H A Dconfigfs.c529 int error; local
537 error = pci_p2pdma_enable_store(page, &p2p_dev, &use_p2pmem);
538 if (error) {
539 ret = error;
/linux-master/drivers/nvme/host/
H A Dtcp.c476 "header digest error: recv %#x expected %#x\n",
579 dev_warn(ctrl->device, "starting error recovery\n");
826 * sent more data than we requested, hence error
904 "data digest error: recv %#x expected %#x\n",
1422 pr_warn("queue %d: failed to send icreq, error %d\n",
1437 pr_warn("queue %d: failed to receive icresp, error %d\n",
1634 "queue %d: TLS handshake failed, error %d\n",
1639 "queue %d: TLS handshake complete, error %d\n",
2092 int error; local
2094 error
[all...]
H A Dpci.c1217 static enum rq_end_io_ret abort_endio(struct request *req, blk_status_t error) argument
1244 /* We shouldn't reset unless the controller is on fatal error state
1292 /* If PCI error recovery process is happening, we cannot reset or
1325 * cancellation error. All outstanding requests are completed on
2381 blk_status_t error)
2391 blk_status_t error)
2395 if (error)
2398 return nvme_del_queue_end(req, error);
3303 "frozen state error detected, reset controller\n");
3312 "failure state error detecte
2380 nvme_del_queue_end(struct request *req, blk_status_t error) argument
2390 nvme_del_cq_end(struct request *req, blk_status_t error) argument
[all...]
H A Dmultipath.c93 * If we got back an ANA error, we know the controller is alive but not
614 int error, i; local
642 error = cb(ctrl, desc, data);
643 if (error)
644 return error;
715 int error; local
718 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM,
720 if (error) {
721 dev_warn(ctrl->device, "Failed to get ANA log: %d\n", error);
725 error
915 int error = 0; local
[all...]
H A Dcore.c1059 * <0: kernel error in lieu of controller response
1075 * Returns 0 on success. If the result is negative, it's a Linux error code;
1279 "failed nvme_keep_alive_end_io error=%d\n",
1377 int error; local
1387 error = nvme_submit_sync_cmd(dev->admin_q, &c, *id,
1389 if (error) {
1393 return error;
1506 int error; local
1517 error = nvme_submit_sync_cmd(ctrl->admin_q, &c, *id, sizeof(**id));
1518 if (error) {
4026 int error; local
[all...]
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c978 goto error;
984 error:
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_tt.c262 * negative error code.
337 goto error;
345 goto error;
358 error:
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1632 goto error;
1652 goto error;
1748 goto error;
1787 goto error;
1795 goto error;
1839 goto error;
1845 goto error;
1852 goto error;
1870 goto error;
1885 goto error;
[all...]

Completed in 641 milliseconds

1234567891011>>