Searched refs:this (Results 1 – 4 of 4) sorted by relevance
/mm/ |
D | Kconfig | 34 If unsure, choose this option (Flat Memory) over any other. 42 in their physical address spaces, and this option provides 49 If unsure, choose "Sparse Memory" over this option. 62 If unsure, choose "Flat Memory" over this option. 97 # allocations when memory_present() is called. If this cannot 98 # be done on your architecture, select this option. However, 110 # must select this option. This is usually for architecture platforms with 152 # eventually, we can have this option just 'select SPARSEMEM' 186 # space can be handled with less contention: split it at this NR_CPUS. 235 disable this option unless there really is a strong reason for [all …]
|
D | Kconfig.debug | 8 by not allocating this extra memory according to boottime 18 Depending on runtime enablement, this results in a small or large 30 the patterns before alloc_pages(). Additionally, this option cannot 35 By default this option will have a small overhead, e.g. by not 57 help to find bare alloc_page(s) leaks. Even if you include this 111 careful when enabling this feature because it adds about 30 KB to the
|
D | memblock.c | 517 struct memblock_region *this = &type->regions[i]; in memblock_merge_regions() local 520 if (this->base + this->size != next->base || in memblock_merge_regions() 521 memblock_get_region_node(this) != in memblock_merge_regions() 523 this->flags != next->flags) { in memblock_merge_regions() 524 BUG_ON(this->base + this->size > next->base); in memblock_merge_regions() 529 this->size += next->size; in memblock_merge_regions()
|
D | vmstat.c | 119 struct vm_event_state *this = &per_cpu(vm_event_states, cpu); in sum_vm_events() local 122 ret[i] += this->event[i]; in sum_vm_events()
|