Home
last modified time | relevance | path

Searched refs:num_alloc (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/exfat/
Dfatent.c279 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc, in exfat_alloc_cluster() argument
297 if (num_alloc > total_cnt - sbi->used_clusters) in exfat_alloc_cluster()
367 if (--num_alloc == 0) { in exfat_alloc_cluster()
Dexfat_fs.h390 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc,
/Linux-v5.10/drivers/dma/qcom/
Dbam_dma.c616 unsigned int num_alloc = 0; in bam_prep_slave_sg() local
626 num_alloc += DIV_ROUND_UP(sg_dma_len(sg), BAM_FIFO_SIZE); in bam_prep_slave_sg()
629 async_desc = kzalloc(struct_size(async_desc, desc, num_alloc), in bam_prep_slave_sg()
641 async_desc->num_desc = num_alloc; in bam_prep_slave_sg()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c1079 int i, err, queue_size, allocator_pool_size, num_alloc; in _iwl_pcie_rx_init() local
1134 num_alloc = queue_size + allocator_pool_size; in _iwl_pcie_rx_init()
1136 for (i = 0; i < num_alloc; i++) { in _iwl_pcie_rx_init()
/Linux-v5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1690 u16 num_alloc = 0; in atl1c_alloc_rx_buffer() local
1739 num_alloc++; in atl1c_alloc_rx_buffer()
1742 if (num_alloc) { in atl1c_alloc_rx_buffer()
1750 return num_alloc; in atl1c_alloc_rx_buffer()
/Linux-v5.10/drivers/net/ethernet/atheros/atlx/
Datl1.c1838 u16 num_alloc = 0; in atl1_alloc_rx_buffers() local
1883 num_alloc++; in atl1_alloc_rx_buffers()
1886 if (num_alloc) { in atl1_alloc_rx_buffers()
1896 return num_alloc; in atl1_alloc_rx_buffers()