Searched refs:num_alloc (Results 1 – 7 of 7) sorted by relevance
/drivers/dma/qcom/ |
D | bam_dma.c | 617 unsigned int num_alloc = 0; in bam_prep_slave_sg() local 627 num_alloc += DIV_ROUND_UP(sg_dma_len(sg), BAM_FIFO_SIZE); in bam_prep_slave_sg() 630 async_desc = kzalloc(struct_size(async_desc, desc, num_alloc), in bam_prep_slave_sg() 642 async_desc->num_desc = num_alloc; in bam_prep_slave_sg()
|
/drivers/staging/exfat/ |
D | exfat.h | 540 s32 (*alloc_cluster)(struct super_block *sb, s32 num_alloc, 789 s32 fat_alloc_cluster(struct super_block *sb, s32 num_alloc, 791 s32 exfat_alloc_cluster(struct super_block *sb, s32 num_alloc,
|
D | exfat_core.c | 170 s32 fat_alloc_cluster(struct super_block *sb, s32 num_alloc, in fat_alloc_cluster() argument 205 if ((--num_alloc) == 0) { in fat_alloc_cluster() 224 s32 exfat_alloc_cluster(struct super_block *sb, s32 num_alloc, in exfat_alloc_cluster() argument 274 if ((--num_alloc) == 0) { in exfat_alloc_cluster()
|
D | exfat_super.c | 814 s32 num_clusters, num_alloc, num_alloced = (s32)~0; in ffsWriteFile() local 898 num_alloc = (s32)((count - 1) >> in ffsWriteFile() 907 num_alloc, in ffsWriteFile()
|
/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | rx.c | 1041 int i, err, queue_size, allocator_pool_size, num_alloc; in _iwl_pcie_rx_init() local 1095 num_alloc = queue_size + allocator_pool_size; in _iwl_pcie_rx_init() 1098 for (i = 0; i < num_alloc; i++) { in _iwl_pcie_rx_init()
|
/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 1693 u16 num_alloc = 0; in atl1c_alloc_rx_buffer() local 1743 num_alloc++; in atl1c_alloc_rx_buffer() 1746 if (num_alloc) { in atl1c_alloc_rx_buffer() 1754 return num_alloc; in atl1c_alloc_rx_buffer()
|
/drivers/net/ethernet/atheros/atlx/ |
D | atl1.c | 1840 u16 num_alloc = 0; in atl1_alloc_rx_buffers() local 1885 num_alloc++; in atl1_alloc_rx_buffers() 1888 if (num_alloc) { in atl1_alloc_rx_buffers() 1898 return num_alloc; in atl1_alloc_rx_buffers()
|