Searched refs:prealloc_size (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dbitmap.c976 hint->prealloc_size = 0;
983 hint->prealloc_size =
995 int prealloc_size)
1002 rest + prealloc_size,
1017 /* it means prealloc_size was greater that 0 and we do preallocation */
1052 if (hint->preallocate && hint->prealloc_size) {
1056 hint->prealloc_size, hint->inode->i_uid);
1059 hint->prealloc_size);
1061 hint->preallocate = hint->prealloc_size = 0;
1087 hint->prealloc_size
990 allocate_without_wrapping_disk(reiserfs_blocknr_hint_t * hint, b_blocknr_t * new_blocknrs, b_blocknr_t start, b_blocknr_t finish, int min, int amount_needed, int prealloc_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_dma.c1365 unsigned long prealloc_size,
1376 drm_mm_init(&dev_priv->vram, 0, prealloc_size);
1377 DRM_INFO("set up %ldM of stolen space\n", prealloc_size / (1024*1024));
1391 i915_gem_do_init(dev, prealloc_size, agp_size - 4096);
1404 if (prealloc_size > (9*1024*1024))
1407 cfb_size = prealloc_size * 7 / 8;
2087 uint32_t agp_size, prealloc_size, prealloc_start; local
2146 ret = i915_probe_agp(dev, &agp_size, &prealloc_size, &prealloc_start);
2150 if (prealloc_size > intel_max_stolen) {
2152 prealloc_size >> 2
1363 i915_load_modeset_init(struct drm_device *dev, unsigned long prealloc_start, unsigned long prealloc_size, unsigned long agp_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dintel8x0.c1407 size_t prealloc_size; member in struct:ich_pcm_table
1444 rec->prealloc_size, rec->prealloc_max_size);
1453 .prealloc_size = 64 * 1024,
1459 .prealloc_size = 0,
1466 .prealloc_size = 0,
1473 .prealloc_size = 0,
1480 .prealloc_size = 64 * 1024,
1490 .prealloc_size = 64 * 1024,
1496 .prealloc_size = 0,
1503 .prealloc_size
[all...]
H A Dintel8x0m.c691 size_t prealloc_size; member in struct:ich_pcm_table
729 rec->prealloc_size,
740 .prealloc_size = 32 * 1024,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs.h2240 int prealloc_size; /* is set in determine_prealloc_size() function, used by underlayed member in struct:__reiserfs_blocknr_hint

Completed in 78 milliseconds