Home
last modified time | relevance | path

Searched refs:alloc_count (Results 1 – 4 of 4) sorted by relevance

/linux/fs/udf/
A Dballoc.c180 int alloc_count = 0; in udf_bitmap_prealloc_blocks() local
209 alloc_count++; in udf_bitmap_prealloc_blocks()
219 return alloc_count; in udf_bitmap_prealloc_blocks()
497 int alloc_count = 0; in udf_table_prealloc_blocks() local
535 alloc_count = (elen >> sb->s_blocksize_bits); in udf_table_prealloc_blocks()
536 if (alloc_count > block_count) { in udf_table_prealloc_blocks()
537 alloc_count = block_count; in udf_table_prealloc_blocks()
538 eloc.logicalBlockNum += alloc_count; in udf_table_prealloc_blocks()
545 alloc_count = 0; in udf_table_prealloc_blocks()
551 if (alloc_count) in udf_table_prealloc_blocks()
[all …]
/linux/drivers/misc/cxl/
A Dirq.c296 int alloc_count; in afu_allocate_irqs() local
307 alloc_count = count; in afu_allocate_irqs()
309 alloc_count = count + 1; in afu_allocate_irqs()
312 alloc_count))) in afu_allocate_irqs()
/linux/drivers/dma/
A Dfsl_raid.c308 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()
A Dfsl_raid.h279 u32 alloc_count; member

Completed in 13 milliseconds