Home
last modified time | relevance | path

Searched refs:areas (Results 1 – 3 of 3) sorted by relevance

/mm/
Dpercpu.c2842 void **areas = NULL; in pcpu_embed_first_chunk() local
2856 areas = memblock_alloc(areas_size, SMP_CACHE_BYTES); in pcpu_embed_first_chunk()
2857 if (!areas) { in pcpu_embed_first_chunk()
2881 areas[group] = ptr; in pcpu_embed_first_chunk()
2884 if (ptr > areas[highest_group]) in pcpu_embed_first_chunk()
2887 max_distance = areas[highest_group] - base; in pcpu_embed_first_chunk()
2908 void *ptr = areas[group]; in pcpu_embed_first_chunk()
2924 ai->groups[group].base_offset = areas[group] - base; in pcpu_embed_first_chunk()
2936 if (areas[group]) in pcpu_embed_first_chunk()
2937 free_fn(areas[group], in pcpu_embed_first_chunk()
[all …]
DKconfig84 # to represent different areas of memory. This variable allows
311 Enable Kernel Samepage Merging: KSM periodically scans those areas
524 int "Maximum count of the CMA areas"
529 CMA allows to create CMA areas for particular purpose, mainly,
DKconfig.debug164 who are working in architecture specific areas of the kernel.