Searched refs:blocks (Results 1 – 4 of 4) sorted by relevance
40 static int dmapool_test_alloc(struct dma_pool_pair *p, int blocks) in dmapool_test_alloc() argument44 for (i = 0; i < blocks; i++) { in dmapool_test_alloc()51 for (i = 0; i < blocks; i++) in dmapool_test_alloc()64 int blocks = nr_blocks(parms->size); in dmapool_test_block() local69 p = kcalloc(blocks, sizeof(*p), GFP_KERNEL); in dmapool_test_block()82 ret = dmapool_test_alloc(p, blocks); in dmapool_test_block()91 parms->size, parms->align, blocks, in dmapool_test_block()
1084 unsigned long blocks; in fill_contig_page_info() local1092 blocks = data_race(zone->free_area[order].nr_free); in fill_contig_page_info()1093 info->free_blocks_total += blocks; in fill_contig_page_info()1096 info->free_pages += blocks << order; in fill_contig_page_info()1100 info->free_blocks_suitable += blocks << in fill_contig_page_info()
114 unsigned long long blocks; member4667 ctx->blocks = DIV_ROUND_UP(size, PAGE_SIZE); in shmem_parse_one()4671 ctx->blocks = memparse(param->string, &rest); in shmem_parse_one()4672 if (*rest || ctx->blocks > LONG_MAX) in shmem_parse_one()4867 if ((ctx->seen & SHMEM_SEEN_BLOCKS) && ctx->blocks) { in shmem_reconfigure()4873 ctx->blocks) > 0) { in shmem_reconfigure()4926 sbinfo->max_blocks = ctx->blocks; in shmem_reconfigure()5074 ctx->blocks = shmem_default_max_blocks(); in shmem_fill_super()5105 sbinfo->max_blocks = ctx->blocks; in shmem_fill_super()
634 significantly the number of 2MB contiguous memory blocks that can be650 high order (larger physically contiguous) memory blocks970 subsystems to allocate big physically-contiguous blocks of memory.1228 Provides a test module that will allocate and free many blocks of
Completed in 27 milliseconds