/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_trace.h | 48 __field(__u32, ret_code) 57 __entry->ret_code = cmd->ret_code; 60 TP_printk("msg_id:%u magic:%u command:%hu, cmd_flag:%hu, data_len:%u, ret_code:%u", 62 __entry->cmd_flag, __entry->data_len, __entry->ret_code) 77 __field(__u32, ret_code) 86 __entry->ret_code = cmd->ret_code; 89 TP_printk("msg_id:%u magic:%u command:%hu, cmd_flag:%hu, data_len:%u, ret_code:%u", 91 __entry->cmd_flag, __entry->data_len, __entry->ret_code) [all...] |
H A D | hmdfs_client.c | 329 int ret = resp->ret_code; in hmdfs_writepage_cb() 399 int ret = le32_to_cpu(head->ret_code); in hmdfs_client_recv_readpage() 1007 sbi->hsi.remote_ret = resp->ret_code; in hmdfs_recv_syncfs_cb() 1009 if (resp->ret_code) { in hmdfs_recv_syncfs_cb() 1011 resp->ret_code, peer->device_id); in hmdfs_recv_syncfs_cb()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_trace.h | 48 __field(__u32, ret_code) 57 __entry->ret_code = cmd->ret_code; 60 TP_printk("msg_id:%u magic:%u command:%hu, cmd_flag:%hu, data_len:%u, ret_code:%u", 62 __entry->cmd_flag, __entry->data_len, __entry->ret_code) 77 __field(__u32, ret_code) 86 __entry->ret_code = cmd->ret_code; 89 TP_printk("msg_id:%u magic:%u command:%hu, cmd_flag:%hu, data_len:%u, ret_code:%u", 91 __entry->cmd_flag, __entry->data_len, __entry->ret_code) [all...] |
H A D | hmdfs_client.c | 328 int ret = resp->ret_code; in hmdfs_writepage_cb() 398 int ret = le32_to_cpu(head->ret_code); in hmdfs_client_recv_readpage() 1006 sbi->hsi.remote_ret = resp->ret_code; in hmdfs_recv_syncfs_cb() 1008 if (resp->ret_code) { in hmdfs_recv_syncfs_cb() 1010 resp->ret_code, peer->device_id); in hmdfs_recv_syncfs_cb()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_virtchnl.h | 101 s16 ret_code; member
|
H A D | i40iw_utils.c | 1336 enum i40iw_status_code ret_code = 0; in i40iw_ieq_check_mpacrc() local 1344 ret_code = I40IW_ERR_MPA_CRC; in i40iw_ieq_check_mpacrc() 1346 return ret_code; in i40iw_ieq_check_mpacrc()
|
/test/xts/tools/lite/build/ |
H A D | utils.py | 357 ret_code = proc.returncode 358 if ret_code != 0: 359 raise Exception("{} failed, return code is {}".format(cmd, ret_code))
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdcore.c | 1689 int ret_code; in mtd_read_oob() local 1693 ret_code = mtd_check_oob_ops(mtd, from, ops); in mtd_read_oob() 1694 if (ret_code) in mtd_read_oob() 1695 return ret_code; in mtd_read_oob() 1707 ret_code = mtd_io_emulated_slc(mtd, from, true, ops); in mtd_read_oob() 1709 ret_code = mtd_read_oob_std(mtd, from, ops); in mtd_read_oob() 1719 if (unlikely(ret_code < 0)) in mtd_read_oob() 1720 return ret_code; in mtd_read_oob() 1724 ops->stats->max_bitflips = ret_code; in mtd_read_oob() 1725 return ret_code > in mtd_read_oob() [all...] |
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdcore.c | 1440 int ret_code; in mtd_read_oob() local 1444 ret_code = mtd_check_oob_ops(mtd, from, ops); in mtd_read_oob() 1445 if (ret_code) in mtd_read_oob() 1446 return ret_code; in mtd_read_oob() 1455 ret_code = mtd_io_emulated_slc(mtd, from, true, ops); in mtd_read_oob() 1457 ret_code = mtd_read_oob_std(mtd, from, ops); in mtd_read_oob() 1467 if (unlikely(ret_code < 0)) in mtd_read_oob() 1468 return ret_code; in mtd_read_oob() 1471 return ret_code >= mtd->bitflip_threshold ? -EUCLEAN : 0; in mtd_read_oob()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | vcn_v1_0.c | 1213 int ret_code; in vcn_v1_0_pause_dpg_mode() local 1229 ret_code = 0; in vcn_v1_0_pause_dpg_mode() 1232 ret_code = SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_POWER_STATUS, in vcn_v1_0_pause_dpg_mode() 1236 if (!ret_code) { in vcn_v1_0_pause_dpg_mode() 1285 ret_code = 0; in vcn_v1_0_pause_dpg_mode() 1288 ret_code = SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_POWER_STATUS, in vcn_v1_0_pause_dpg_mode() 1292 if (!ret_code) { in vcn_v1_0_pause_dpg_mode()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 1414 int ret_code; in bnx2i_conn_bind() local 1424 ret_code = -EIO; in bnx2i_conn_bind() 1432 ret_code = -EINVAL; in bnx2i_conn_bind() 1437 ret_code = -EINVAL; in bnx2i_conn_bind() 1450 ret_code = -EEXIST; in bnx2i_conn_bind() 1458 ret_code = bnx2i_bind_conn_to_iscsi_cid(hba, bnx2i_conn, in bnx2i_conn_bind() 1470 return ret_code; in bnx2i_conn_bind()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | vcn_v1_0.c | 1214 int ret_code; in vcn_v1_0_pause_dpg_mode() local 1230 ret_code = 0; in vcn_v1_0_pause_dpg_mode() 1233 ret_code = SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_POWER_STATUS, in vcn_v1_0_pause_dpg_mode() 1237 if (!ret_code) { in vcn_v1_0_pause_dpg_mode() 1286 ret_code = 0; in vcn_v1_0_pause_dpg_mode() 1289 ret_code = SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_POWER_STATUS, in vcn_v1_0_pause_dpg_mode() 1293 if (!ret_code) { in vcn_v1_0_pause_dpg_mode()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 1414 int ret_code; in bnx2i_conn_bind() local 1424 ret_code = -EIO; in bnx2i_conn_bind() 1432 ret_code = -EINVAL; in bnx2i_conn_bind() 1437 ret_code = -EINVAL; in bnx2i_conn_bind() 1450 ret_code = -EEXIST; in bnx2i_conn_bind() 1458 ret_code = bnx2i_bind_conn_to_iscsi_cid(hba, bnx2i_conn, in bnx2i_conn_bind() 1470 return ret_code; in bnx2i_conn_bind()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | vfio_ccw_ops.c | 279 ret = (region->ret_code != 0) ? region->ret_code : count; in vfio_ccw_mdev_write_io_region()
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | zcrypt.h | 158 * @ret_code: Return code 171 __u32 ret_code; member
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | zcrypt.h | 157 * @ret_code: Return code 170 __u32 ret_code; member
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_nl.c | 188 adm_ctx->reply_dh->ret_code = NO_ERROR; in drbd_adm_prepare() 322 adm_ctx->reply_dh->ret_code = retcode; in drbd_adm_finish() 3333 dh->ret_code = NO_ERROR; in drbd_adm_dump_resources() 3455 dh->ret_code = retcode; in drbd_adm_dump_devices() 3581 dh->ret_code = retcode; in drbd_adm_dump_connections() 3723 dh->ret_code = retcode; in drbd_adm_dump_peer_devices() 3991 dh->ret_code = NO_ERROR; in get_one_status() 4009 dh->ret_code = NO_ERROR; in get_one_status() 4590 d_out->ret_code = NO_ERROR; in drbd_bcast_event() 4645 dh->ret_code in notify_resource_state() [all...] |
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_nl.c | 188 adm_ctx->reply_dh->ret_code = NO_ERROR; in drbd_adm_prepare() 322 adm_ctx->reply_dh->ret_code = retcode; in drbd_adm_finish() 3277 dh->ret_code = NO_ERROR; in drbd_adm_dump_resources() 3399 dh->ret_code = retcode; in drbd_adm_dump_devices() 3525 dh->ret_code = retcode; in drbd_adm_dump_connections() 3667 dh->ret_code = retcode; in drbd_adm_dump_peer_devices() 3935 dh->ret_code = NO_ERROR; in get_one_status() 3953 dh->ret_code = NO_ERROR; in get_one_status() 4534 d_out->ret_code = NO_ERROR; in drbd_bcast_event() 4589 dh->ret_code in notify_resource_state() [all...] |
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | vfio_ccw_ops.c | 275 ret = (region->ret_code != 0) ? region->ret_code : count; in vfio_ccw_mdev_write_io_region()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | davinci_emac.c | 948 int ret_code; in emac_dev_xmit() local 958 ret_code = skb_padto(skb, EMAC_DEF_MIN_ETHPKTSIZE); in emac_dev_xmit() 959 if (unlikely(ret_code < 0)) { in emac_dev_xmit() 967 ret_code = cpdma_chan_submit(priv->txchan, skb, skb->data, skb->len, in emac_dev_xmit() 969 if (unlikely(ret_code != 0)) { in emac_dev_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | davinci_emac.c | 955 int ret_code; in emac_dev_xmit() local 965 ret_code = skb_put_padto(skb, EMAC_DEF_MIN_ETHPKTSIZE); in emac_dev_xmit() 966 if (unlikely(ret_code < 0)) { in emac_dev_xmit() 974 ret_code = cpdma_chan_submit(priv->txchan, skb, skb->data, skb->len, in emac_dev_xmit() 976 if (unlikely(ret_code != 0)) { in emac_dev_xmit()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | core.c | 7259 int ret_code = 0; in sched_isolate_cpu() local 7271 ret_code = -EINVAL; in sched_isolate_cpu() 7283 ret_code = -EINVAL; in sched_isolate_cpu() 7298 ret_code = -EBUSY; in sched_isolate_cpu() 7323 return ret_code; in sched_isolate_cpu() 7334 int ret_code = 0; in sched_unisolate_cpu_unlocked() local 7339 ret_code = -EINVAL; in sched_unisolate_cpu_unlocked() 7347 ret_code = -EINVAL; in sched_unisolate_cpu_unlocked() 7369 return ret_code; in sched_unisolate_cpu_unlocked() 7374 int ret_code; in sched_unisolate_cpu() local [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
H A D | sst.h | 157 * @ret_code: ret code when block is released 167 int ret_code; member
|
H A D | sst_ipc.c | 76 block->ret_code = result; in sst_wake_up_block()
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/ |
H A D | sst.h | 154 * @ret_code: ret code when block is released 164 int ret_code; member
|