Searched refs:alloc_count (Results 1 – 4 of 4) sorted by relevance
197 int alloc_count = 0; in udf_bitmap_prealloc_blocks() local226 alloc_count++; in udf_bitmap_prealloc_blocks()234 udf_add_free_space(sb, partition, -alloc_count); in udf_bitmap_prealloc_blocks()236 return alloc_count; in udf_bitmap_prealloc_blocks()514 int alloc_count = 0; in udf_table_prealloc_blocks() local552 alloc_count = (elen >> sb->s_blocksize_bits); in udf_table_prealloc_blocks()553 if (alloc_count > block_count) { in udf_table_prealloc_blocks()554 alloc_count = block_count; in udf_table_prealloc_blocks()555 eloc.logicalBlockNum += alloc_count; in udf_table_prealloc_blocks()556 elen -= (alloc_count << sb->s_blocksize_bits); in udf_table_prealloc_blocks()[all …]
296 int alloc_count; in afu_allocate_irqs() local307 alloc_count = count; in afu_allocate_irqs()309 alloc_count = count + 1; in afu_allocate_irqs()312 alloc_count))) in afu_allocate_irqs()
308 re_chan->alloc_count++; in fsl_re_chan_alloc_desc()597 re_chan->alloc_count++; in fsl_re_alloc_chan_resources()599 return re_chan->alloc_count; in fsl_re_alloc_chan_resources()608 while (re_chan->alloc_count--) { in fsl_re_free_chan_resources()
279 u32 alloc_count; member