Searched refs:num_alloc (Results 1 – 6 of 6) sorted by relevance
/linux/fs/exfat/ |
A D | fatent.c | 322 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc, in exfat_alloc_cluster() argument 340 if (num_alloc > total_cnt - sbi->used_clusters) in exfat_alloc_cluster() 416 if (--num_alloc == 0) { in exfat_alloc_cluster()
|
A D | exfat_fs.h | 391 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc,
|
/linux/drivers/dma/qcom/ |
A D | bam_dma.c | 666 unsigned int num_alloc = 0; in bam_prep_slave_sg() local 676 num_alloc += DIV_ROUND_UP(sg_dma_len(sg), BAM_FIFO_SIZE); in bam_prep_slave_sg() 679 async_desc = kzalloc(struct_size(async_desc, desc, num_alloc), in bam_prep_slave_sg() 691 async_desc->num_desc = num_alloc; in bam_prep_slave_sg()
|
/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
A D | rx.c | 1050 int i, err, queue_size, allocator_pool_size, num_alloc; in _iwl_pcie_rx_init() local 1113 num_alloc = queue_size + allocator_pool_size; in _iwl_pcie_rx_init() 1115 for (i = 0; i < num_alloc; i++) { in _iwl_pcie_rx_init()
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
A D | atl1c_main.c | 1813 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/drivers/net/ethernet/atheros/atlx/ |
A D | atl1.c | 1838 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()
|
Completed in 37 milliseconds