Home
last modified time | relevance | path

Searched refs:total_segments (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac-platform.c775 u32 total_segments; in dw_axi_dma_chan_prep_cyclic() local
791 total_segments = num_periods * num_segments; in dw_axi_dma_chan_prep_cyclic()
793 desc = axi_desc_alloc(total_segments); in dw_axi_dma_chan_prep_cyclic()
803 for (i = 0; i < total_segments; i++) { in dw_axi_dma_chan_prep_cyclic()
824 hw_desc = &desc->hw_desc[--total_segments]; in dw_axi_dma_chan_prep_cyclic()
827 } while (total_segments); in dw_axi_dma_chan_prep_cyclic()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c86 total_segments); in bnxt_hwrm_dbg_dma_data()
303 record->total_segments = cpu_to_le32(total_segs); in bnxt_fill_coredump_record()
/linux/fs/f2fs/
H A Dsuper.c4067 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super()
4071 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
4731 total_zones = GET_ZONE_FROM_SEG(sbi, FDEV(devi).total_segments); in get_first_seq_zone_segno()
4786 FDEV(i).total_segments = in f2fs_scan_devices()
4789 FDEV(i).end_blk = FDEV(i).total_segments * in f2fs_scan_devices()
4801 FDEV(i).total_segments = in f2fs_scan_devices()
4802 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
4807 FDEV(i).total_segments) - 1 + in f2fs_scan_devices()
4809 sbi->allocate_section_hint = FDEV(i).total_segments / in f2fs_scan_devices()
4815 FDEV(i).total_segments) - 1; in f2fs_scan_devices()
[all …]