Searched refs:prealloc_size (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/fs/reiserfs/ |
D | bitmap.c | 1066 hint->prealloc_size = 0; in determine_prealloc_size() 1073 hint->prealloc_size = in determine_prealloc_size() 1087 int prealloc_size) in allocate_without_wrapping_disk() argument 1094 rest + prealloc_size, in allocate_without_wrapping_disk() 1144 if (hint->preallocate && hint->prealloc_size) { in blocknrs_and_prealloc_arrays_from_search_start() 1148 hint->prealloc_size, hint->inode->i_uid); in blocknrs_and_prealloc_arrays_from_search_start() 1151 hint->prealloc_size); in blocknrs_and_prealloc_arrays_from_search_start() 1153 hint->preallocate = hint->prealloc_size = 0; in blocknrs_and_prealloc_arrays_from_search_start() 1179 hint->prealloc_size - in blocknrs_and_prealloc_arrays_from_search_start() 1185 amount_needed + hint->prealloc_size - in blocknrs_and_prealloc_arrays_from_search_start() [all …]
|
D | reiserfs.h | 2813 int prealloc_size; /* is set in determine_prealloc_size() function, used by underlayed member
|
/linux-3.4.99/sound/pci/ |
D | intel8x0.c | 1505 size_t prealloc_size; member 1542 rec->prealloc_size, rec->prealloc_max_size); in snd_intel8x0_pcm1() 1551 .prealloc_size = 64 * 1024, 1557 .prealloc_size = 0, 1564 .prealloc_size = 0, 1571 .prealloc_size = 0, 1578 .prealloc_size = 64 * 1024, 1588 .prealloc_size = 64 * 1024, 1594 .prealloc_size = 0, 1601 .prealloc_size = 64 * 1024, [all …]
|
D | intel8x0m.c | 708 size_t prealloc_size; member 746 rec->prealloc_size, in snd_intel8x0m_pcm1() 757 .prealloc_size = 32 * 1024,
|
/linux-3.4.99/drivers/acpi/apei/ |
D | ghes.c | 892 unsigned long block_length, prealloc_records, prealloc_size; in ghes_esource_prealloc_size() local 898 prealloc_size = min_t(unsigned long, block_length * prealloc_records, in ghes_esource_prealloc_size() 901 return prealloc_size; in ghes_esource_prealloc_size()
|
/linux-3.4.99/drivers/gpu/drm/i915/ |
D | i915_dma.c | 1204 unsigned long prealloc_size, gtt_size, mappable_size; in i915_load_gem_init() local 1207 prealloc_size = dev_priv->mm.gtt->stolen_size; in i915_load_gem_init() 1212 drm_mm_init(&dev_priv->mm.stolen, 0, prealloc_size); in i915_load_gem_init() 1257 if (prealloc_size > (36*1024*1024)) in i915_load_gem_init() 1260 cfb_size = prealloc_size * 7 / 8; in i915_load_gem_init()
|