/openbmc/linux/arch/powerpc/lib/ |
H A D | copy_mc_64.S | 16 .macro err2 macro 108 err2; ld r0,0(r4) 109 err2; ld r6,8(r4) 110 err2; ld r8,16(r4) 111 err2; ld r9,24(r4) 112 err2; ld r10,32(r4) 113 err2; ld r11,40(r4) 114 err2; ld r12,48(r4) 115 err2; ld r14,56(r4) 116 err2; ld r15,64(r4) [all …]
|
H A D | string_64.S | 31 .macro err2 macro 91 err2; std r0,0(r3) 92 err2; std r0,8(r3) 93 err2; std r0,16(r3) 94 err2; std r0,24(r3) 103 err2; std r0,0(r3) 104 err2; std r0,8(r3) 134 err2; std r0,0(r3)
|
H A D | copyuser_power7.S | 28 .macro err2 macro 139 err2; ld r0,0(r4) 140 err2; ld r6,8(r4) 141 err2; ld r7,16(r4) 142 err2; ld r8,24(r4) 143 err2; ld r9,32(r4) 144 err2; ld r10,40(r4) 145 err2; ld r11,48(r4) 146 err2; ld r12,56(r4) 147 err2; ld r14,64(r4) [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | copy_mc_64.S | 16 .macro err2 macro 108 err2; ld r0,0(r4) 109 err2; ld r6,8(r4) 110 err2; ld r8,16(r4) 111 err2; ld r9,24(r4) 112 err2; ld r10,32(r4) 113 err2; ld r11,40(r4) 114 err2; ld r12,48(r4) 115 err2; ld r14,56(r4) 116 err2; ld r15,64(r4) [all …]
|
H A D | copyuser_power7.S | 28 .macro err2 macro 139 err2; ld r0,0(r4) 140 err2; ld r6,8(r4) 141 err2; ld r7,16(r4) 142 err2; ld r8,24(r4) 143 err2; ld r9,32(r4) 144 err2; ld r10,40(r4) 145 err2; ld r11,48(r4) 146 err2; ld r12,56(r4) 147 err2; ld r14,64(r4) [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nft_range.c | 83 goto err2; in nft_range_init() 89 goto err2; in nft_range_init() 93 goto err2; in nft_range_init() 101 goto err2; in nft_range_init() 107 err2: in nft_range_init()
|
/openbmc/linux/tools/power/cpupower/debug/i386/ |
H A D | centrino-decode.c | 48 goto err2; in rdmsr() 51 goto err2; in rdmsr() 57 err2: in rdmsr()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_fsops.c | 580 int err2; in xfs_fs_reserve_ag_blocks() local 584 err2 = xfs_ag_resv_init(pag, NULL); in xfs_fs_reserve_ag_blocks() 585 if (err2 && !error) in xfs_fs_reserve_ag_blocks() 586 error = err2; in xfs_fs_reserve_ag_blocks() 608 int err2; in xfs_fs_unreserve_ag_blocks() local 611 err2 = xfs_ag_resv_free(pag); in xfs_fs_unreserve_ag_blocks() 612 if (err2 && !error) in xfs_fs_unreserve_ag_blocks() 613 error = err2; in xfs_fs_unreserve_ag_blocks()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | pm44xx.c | 265 goto err2; in omap4_pm_init() 275 goto err2; in omap4_pm_init() 281 goto err2; in omap4_pm_init() 294 err2: in omap4_pm_init()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | omap2430.c | 352 goto err2; in omap2430_probe() 356 goto err2; in omap2430_probe() 360 goto err2; in omap2430_probe() 383 goto err2; in omap2430_probe() 403 goto err2; in omap2430_probe() 416 goto err2; in omap2430_probe() 444 goto err2; in omap2430_probe() 451 goto err2; in omap2430_probe() 467 err2: in omap2430_probe()
|
H A D | ux500.c | 279 goto err2; in ux500_probe() 285 goto err2; in ux500_probe() 291 goto err2; in ux500_probe() 296 err2: in ux500_probe()
|
/openbmc/linux/fs/f2fs/ |
H A D | verity.c | 157 int err = 0, err2 = 0; in f2fs_end_enable_verity() local 208 err2 = f2fs_truncate(inode); in f2fs_end_enable_verity() 209 if (err2) { in f2fs_end_enable_verity() 211 err2); in f2fs_end_enable_verity() 216 return err ?: err2; in f2fs_end_enable_verity()
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_queue.c | 28 goto err2; in do_mmap_info() 40 err2: in do_mmap_info() 91 goto err2; in rxe_queue_init() 101 err2: in rxe_queue_init()
|
/openbmc/linux/net/sched/ |
H A D | cls_flow.c | 446 goto err2; in flow_change() 451 goto err2; in flow_change() 457 goto err2; in flow_change() 477 goto err2; in flow_change() 483 goto err2; in flow_change() 489 goto err2; in flow_change() 491 goto err2; in flow_change() 497 goto err2; in flow_change() 501 goto err2; in flow_change() 561 err2: in flow_change()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-xsk.c | 227 int err, err2; in dpaa2_xsk_enable_pool() local 286 err2 = dpaa2_xsk_disable_pool(dev, qid); in dpaa2_xsk_enable_pool() 287 if (err2) in dpaa2_xsk_enable_pool() 288 netdev_err(dev, "dpaa2_xsk_disable_pool() failed %d\n", err2); in dpaa2_xsk_enable_pool() 290 err2 = xdp_rxq_info_reg_mem_model(&priv->channel[qid]->xdp_rxq, in dpaa2_xsk_enable_pool() 292 if (err2) in dpaa2_xsk_enable_pool() 293 netdev_err(dev, "xsk_rxq_info_reg_mem_model() failed with %d)\n", err2); in dpaa2_xsk_enable_pool()
|
/openbmc/linux/drivers/edac/ |
H A D | highbank_l2_edac.c | 102 goto err2; in highbank_l2_err_probe() 109 goto err2; in highbank_l2_err_probe() 113 err2: in highbank_l2_err_probe()
|
/openbmc/linux/fs/ext4/ |
H A D | crypto.c | 93 int err, err2; in ext4_ioctl_get_encryption_pwsalt() local 118 err2 = ext4_journal_stop(handle); in ext4_ioctl_get_encryption_pwsalt() 119 if (err2 && !err) in ext4_ioctl_get_encryption_pwsalt() 120 err = err2; in ext4_ioctl_get_encryption_pwsalt()
|
H A D | ioctl.c | 947 int err, err2=0; in ext4_ioctl_group_add() local 967 err2 = jbd2_journal_flush(EXT4_SB(sb)->s_journal, 0); in ext4_ioctl_group_add() 971 err = err2; in ext4_ioctl_group_add() 977 err2 = ext4_resize_end(sb, false); in ext4_ioctl_group_add() 979 err = err2; in ext4_ioctl_group_add() 1294 int err, err2=0; in __ext4_ioctl() local 1319 err2 = jbd2_journal_flush(EXT4_SB(sb)->s_journal, 0); in __ext4_ioctl() 1323 err = err2; in __ext4_ioctl() 1326 err2 = ext4_resize_end(sb, false); in __ext4_ioctl() 1328 err = err2; in __ext4_ioctl() [all …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 938 int error, err2; in xfs_ag_shrink_space() local 995 err2 = xfs_trans_roll(tpp); in xfs_ag_shrink_space() 996 if (err2) in xfs_ag_shrink_space() 997 return err2; in xfs_ag_shrink_space() 1010 err2 = xfs_ag_resv_init(pag, *tpp); in xfs_ag_shrink_space() 1011 if (err2) { in xfs_ag_shrink_space() 1014 if (err2 != -ENOSPC) in xfs_ag_shrink_space() 1017 err2 = __xfs_free_extent_later(*tpp, args.fsbno, delta, NULL, in xfs_ag_shrink_space() 1019 if (err2) in xfs_ag_shrink_space() 1045 err2 = xfs_ag_resv_init(pag, *tpp); in xfs_ag_shrink_space() [all …]
|
H A D | xfs_ag_resv.c | 169 int err2; in xfs_ag_resv_free() local 172 err2 = __xfs_ag_resv_free(pag, XFS_AG_RESV_METADATA); in xfs_ag_resv_free() 173 if (err2 && !error) in xfs_ag_resv_free() 174 error = err2; in xfs_ag_resv_free()
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | ts5500_flash.c | 64 goto err2; in init_ts5500_map() 85 err2: in init_ts5500_map()
|
/openbmc/linux/fs/ntfs/ |
H A D | aops.c | 914 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local 961 err = err2 = nr_bhs = nr_recs = nr_locked_nis = 0; in ntfs_write_mst_block() 980 if (unlikely(err2)) { in ntfs_write_mst_block() 981 if (err2 != -ENOMEM) in ntfs_write_mst_block() 989 err2 = 0; in ntfs_write_mst_block() 1046 err2 = ntfs_map_runlist(ni, vcn); in ntfs_write_mst_block() 1047 if (likely(!err2)) in ntfs_write_mst_block() 1049 if (err2 == -ENOMEM) in ntfs_write_mst_block() 1051 lcn = err2; in ntfs_write_mst_block() 1053 err2 = -EIO; in ntfs_write_mst_block() [all …]
|
/openbmc/linux/fs/exfat/ |
H A D | file.c | 19 int err, err2; in exfat_cont_expand() local 32 err2 = sync_mapping_buffers(mapping); in exfat_cont_expand() 34 err = err2; in exfat_cont_expand() 35 err2 = write_inode_now(inode, 1); in exfat_cont_expand() 37 err = err2; in exfat_cont_expand()
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 89 goto err2; in ocxlflash_getfile() 116 err2: in ocxlflash_getfile() 213 goto err2; in afu_map_irq() 220 err2: in afu_map_irq() 503 goto err2; in ocxlflash_dev_context_init() 520 err2: in ocxlflash_dev_context_init() 831 goto err2; in ocxlflash_map_mmio() 838 err2: in ocxlflash_map_mmio() 936 goto err2; in ocxlflash_create_afu() 952 err2: in ocxlflash_create_afu() [all …]
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_phc.c | 75 int err, err2; in ionic_lif_hwstamp_set_ts_config() local 166 err2 = ionic_lif_set_hwstamp_rxfilt(lif, rx_filt); in ionic_lif_hwstamp_set_ts_config() 167 if (err2) in ionic_lif_hwstamp_set_ts_config() 169 "Failed to revert rx timestamp filter: %d\n", err2); in ionic_lif_hwstamp_set_ts_config() 174 err2 = ionic_lif_set_hwstamp_txmode(lif, tx_mode); in ionic_lif_hwstamp_set_ts_config() 175 if (err2) in ionic_lif_hwstamp_set_ts_config() 177 "Failed to revert tx timestamp mode: %d\n", err2); in ionic_lif_hwstamp_set_ts_config()
|