Searched refs:num_alloc (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/exfat/ |
D | fatent.c | 306 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc, in exfat_alloc_cluster() argument 324 if (num_alloc > total_cnt - sbi->used_clusters) in exfat_alloc_cluster() 394 if (p_chain->size == num_alloc) { in exfat_alloc_cluster() 396 sbi->used_clusters += num_alloc; in exfat_alloc_cluster()
|
D | exfat_fs.h | 436 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc,
|
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 1173 qp->buf_pool.num_alloc++; in qla_get_buf() 1198 j = qp->buf_pool.num_alloc - 1; in qla_trim_buf() 1202 qp->id, j, qp->buf_pool.num_alloc); in qla_trim_buf() 1212 qp->buf_pool.num_alloc--; in qla_trim_buf() 1213 if (!qp->buf_pool.num_alloc) in qla_trim_buf() 1218 qp->id, trim, qp->buf_pool.num_alloc); in qla_trim_buf() 1230 qp->buf_pool.num_alloc > qp->buf_pool.max_used) { in __qla_adjust_buf() 1232 trim = qp->buf_pool.num_alloc - qp->buf_pool.max_used; in __qla_adjust_buf() 1238 qla_trim_buf(qp, qp->buf_pool.num_alloc); in __qla_adjust_buf() 1280 if (!qp->buf_pool.num_alloc) in qla_adjust_buf()
|
D | qla_def.h | 3798 u16 num_alloc; member
|
/linux-6.12.1/drivers/dma/qcom/ |
D | bam_dma.c | 658 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-6.12.1/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | rx.c | 1088 int i, err, queue_size, allocator_pool_size, num_alloc; in _iwl_pcie_rx_init() local 1151 num_alloc = queue_size + allocator_pool_size; in _iwl_pcie_rx_init() 1153 for (i = 0; i < num_alloc; i++) { in _iwl_pcie_rx_init()
|
/linux-6.12.1/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 1755 u16 num_alloc = 0; in atl1c_alloc_rx_buffer() local 1818 num_alloc++; in atl1c_alloc_rx_buffer() 1821 if (num_alloc) { in atl1c_alloc_rx_buffer() 1829 return num_alloc; in atl1c_alloc_rx_buffer()
|
/linux-6.12.1/drivers/net/ethernet/atheros/atlx/ |
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()
|