/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 …]
|
/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 | 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 …]
|
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)
|
/linux/fs/xfs/ |
H A D | xfs_fsops.c | 545 int err2; in xfs_fs_reserve_ag_blocks() local 549 err2 = xfs_ag_resv_init(pag, NULL); in xfs_fs_reserve_ag_blocks() 550 if (err2 && !error) in xfs_fs_reserve_ag_blocks() 551 error = err2; in xfs_fs_reserve_ag_blocks() 562 err2 = xfs_rt_resv_init(mp); in xfs_fs_reserve_ag_blocks() 563 if (err2 && err2 != -ENOSPC) { in xfs_fs_reserve_ag_blocks() 565 "Error %d reserving realtime metadata reserve pool.", err2); in xfs_fs_reserve_ag_blocks() 569 if (err2 && !error) in xfs_fs_reserve_ag_blocks() 570 error = err2; in xfs_fs_reserve_ag_blocks()
|
/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()
|
/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()
|
/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()
|
/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()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 759 int error, err2; in xfs_ag_shrink_space() local 816 err2 = xfs_trans_roll(tpp); in xfs_ag_shrink_space() 817 if (err2) in xfs_ag_shrink_space() 818 return err2; in xfs_ag_shrink_space() 831 err2 = xfs_ag_resv_init(pag, *tpp); in xfs_ag_shrink_space() 832 if (err2) { in xfs_ag_shrink_space() 835 if (err2 != -ENOSPC) in xfs_ag_shrink_space() 838 err2 = xfs_free_extent_later(*tpp, args.fsbno, delta, NULL, in xfs_ag_shrink_space() 840 if (err2) in xfs_ag_shrink_space() 866 err2 = xfs_ag_resv_init(pag, *tpp); in xfs_ag_shrink_space() [all …]
|
/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()
|
/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()
|
H A D | rxe_recv.c | 159 goto err2; in hdr_check() 163 goto err2; in hdr_check() 167 goto err2; in hdr_check() 176 err2: in hdr_check()
|
/linux/fs/ext4/ |
H A D | crypto.c | 87 int err, err2; in ext4_ioctl_get_encryption_pwsalt() local 112 err2 = ext4_journal_stop(handle); in ext4_ioctl_get_encryption_pwsalt() 113 if (err2 && !err) in ext4_ioctl_get_encryption_pwsalt() 114 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() 1293 int err, err2=0; in __ext4_ioctl() local 1318 err2 = jbd2_journal_flush(EXT4_SB(sb)->s_journal, 0); in __ext4_ioctl() 1322 err = err2; in __ext4_ioctl() 1325 err2 = ext4_resize_end(sb, false); in __ext4_ioctl() 1327 err = err2; in __ext4_ioctl() [all …]
|
H A D | extents_status.c | 855 int err1 = 0, err2 = 0, err3 = 0; in ext4_es_insert_extent() local 889 if ((err1 || err2) && !es2) in ext4_es_insert_extent() 891 if ((err1 || err2 || err3 < 0) && revise_pending && !pr) in ext4_es_insert_extent() 905 err2 = __es_insert_extent(inode, &newes, es2); in ext4_es_insert_extent() 906 if (err2 == -ENOMEM && !ext4_es_must_keep(&newes)) in ext4_es_insert_extent() 907 err2 = 0; in ext4_es_insert_extent() 908 if (err2 != 0) in ext4_es_insert_extent() 950 if (err1 || err2 || err3 < 0) in ext4_es_insert_extent() 1739 goto err2; in ext4_es_register_shrinker() 1761 err2: in ext4_es_register_shrinker() [all …]
|
/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()
|
/linux/drivers/mtd/maps/ |
H A D | ts5500_flash.c | 64 goto err2; in init_ts5500_map() 85 err2: in init_ts5500_map()
|
/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 …]
|
/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()
|
/linux/drivers/cpufreq/ |
H A D | powernow-k7.c | 327 goto err2; in powernow_acpi_init() 333 goto err2; in powernow_acpi_init() 340 goto err2; in powernow_acpi_init() 347 goto err2; in powernow_acpi_init() 421 err2: in powernow_acpi_init()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch_offloads_termtbl.c | 70 int err, err2; in mlx5_eswitch_termtbl_create() local 104 err2 = mlx5_destroy_flow_table(tt->termtbl); in mlx5_eswitch_termtbl_create() 105 if (err2) in mlx5_eswitch_termtbl_create() 106 esw_warn(dev, "Failed to destroy termination table, err %d\n", err2); in mlx5_eswitch_termtbl_create()
|
/linux/sound/soc/ti/ |
H A D | osk5912.c | 133 goto err2; in osk_soc_init() 155 err2: in osk_soc_init()
|
/linux/sound/pci/pcxhr/ |
H A D | pcxhr_core.c | 1076 u32 err2; in pcxhr_msg_thread() local 1085 err2 = prmh->stat[i] ? prmh->stat[i] : prmh->stat[i+1]; in pcxhr_msg_thread() 1086 if (err2) in pcxhr_msg_thread() 1087 pcxhr_handle_async_err(mgr, err2, in pcxhr_msg_thread() 1092 err2 = prmh->stat[i] ? in pcxhr_msg_thread() 1094 if (err2) in pcxhr_msg_thread() 1095 pcxhr_handle_async_err(mgr, err2, in pcxhr_msg_thread() 1102 err2 = prmh->stat[i] ? in pcxhr_msg_thread() 1104 if (err2) in pcxhr_msg_thread() 1105 pcxhr_handle_async_err(mgr, err2, in pcxhr_msg_thread()
|