Home
last modified time | relevance | path

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

/linux-5.19.10/fs/exfat/
Dfatent.c307 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc, in exfat_alloc_cluster() argument
325 if (num_alloc > total_cnt - sbi->used_clusters) in exfat_alloc_cluster()
401 if (--num_alloc == 0) { in exfat_alloc_cluster()
Dexfat_fs.h398 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc,
/linux-5.19.10/drivers/dma/qcom/
Dbam_dma.c658 unsigned int num_alloc = 0; in bam_prep_slave_sg() local
668 num_alloc += DIV_ROUND_UP(sg_dma_len(sg), BAM_FIFO_SIZE); in bam_prep_slave_sg()
671 async_desc = kzalloc(struct_size(async_desc, desc, num_alloc), in bam_prep_slave_sg()
683 async_desc->num_desc = num_alloc; in bam_prep_slave_sg()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c1061 int i, err, queue_size, allocator_pool_size, num_alloc; in _iwl_pcie_rx_init() local
1124 num_alloc = queue_size + allocator_pool_size; in _iwl_pcie_rx_init()
1126 for (i = 0; i < num_alloc; i++) { in _iwl_pcie_rx_init()
/linux-5.19.10/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1813 u16 num_alloc = 0; in atl1c_alloc_rx_buffer() local
1862 num_alloc++; in atl1c_alloc_rx_buffer()
1865 if (num_alloc) { in atl1c_alloc_rx_buffer()
1873 return num_alloc; in atl1c_alloc_rx_buffer()
/linux-5.19.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()