Home
last modified time | relevance | path

Searched refs:chunk_size (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dpage_alloc.c215 static unsigned long __initdata chunk_size; variable
1853 if ( r->offset + chunk_size >= r->per_cpu_sz ) in smp_scrub_heap_pages()
1861 end = start + chunk_size; in smp_scrub_heap_pages()
1908 chunk_size = opt_bootscrub_chunk >> PAGE_SHIFT; in scrub_heap_pages()
1909 if ( chunk_size == 0 ) in scrub_heap_pages()
1910 chunk_size = MB(128) >> PAGE_SHIFT; in scrub_heap_pages()
1947 for ( offset = 0; offset < max_per_cpu_sz; offset += chunk_size ) in scrub_heap_pages()
2005 for ( offset = 0; offset < max_per_cpu_sz; offset += chunk_size ) in scrub_heap_pages()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D61btrfs.diff2278 + u64 chunk_size;
2282 + chunk_size = btrfs_chunk_length(leaf, chunk);
2284 + if (logical + 1 > chunk_start + chunk_size ||
2290 + map->ce.size = chunk_size;

Completed in 9 milliseconds