Searched refs:this (Results 1 – 7 of 7) sorted by relevance
/mm/ |
D | Kconfig | 29 If unsure, choose this option (Flat Memory) over any other. 37 in their physical address spaces, and this option provides 41 this option imposes. 43 Many NUMA configurations will have this as the only option. 45 If unsure, choose "Flat Memory" over this option. 54 For many other systems, this will be an alternative to 60 over this option. 95 # allocations when memory_present() is called. If this cannot 96 # be done on your architecture, select this option. However, 108 # must select this option. This is usually for architecture platforms with [all …]
|
D | memblock.c | 434 struct memblock_region *this = &type->regions[i]; in memblock_merge_regions() local 437 if (this->base + this->size != next->base || in memblock_merge_regions() 438 memblock_get_region_node(this) != in memblock_merge_regions() 440 this->flags != next->flags) { in memblock_merge_regions() 441 BUG_ON(this->base + this->size > next->base); in memblock_merge_regions() 446 this->size += next->size; in memblock_merge_regions()
|
D | ksm.c | 744 struct list_head *this, *next; in remove_all_stable_nodes() local 759 list_for_each_safe(this, next, &migrate_nodes) { in remove_all_stable_nodes() 760 stable_node = list_entry(this, struct stable_node, list); in remove_all_stable_nodes() 1569 struct list_head *this, *next; in scan_get_next_rmap_item() local 1572 list_for_each_safe(this, next, &migrate_nodes) { in scan_get_next_rmap_item() 1573 stable_node = list_entry(this, in scan_get_next_rmap_item() 1996 struct list_head *this, *next; in ksm_check_stable_tree() local 2017 list_for_each_safe(this, next, &migrate_nodes) { in ksm_check_stable_tree() 2018 stable_node = list_entry(this, struct stable_node, list); in ksm_check_stable_tree()
|
D | Kconfig.debug | 16 this option cannot be enabled in combination with hibernation as
|
D | shmem.c | 697 struct list_head *this, *next; in shmem_unuse() local 721 list_for_each_safe(this, next, &shmem_swaplist) { in shmem_unuse() 722 info = list_entry(this, struct shmem_inode_info, swaplist); in shmem_unuse() 3333 struct qstr this; in __shmem_file_setup() local 3345 this.name = name; in __shmem_file_setup() 3346 this.len = strlen(name); in __shmem_file_setup() 3347 this.hash = 0; /* will go */ in __shmem_file_setup() 3350 path.dentry = d_alloc_pseudo(sb, &this); in __shmem_file_setup()
|
D | vmstat.c | 40 struct vm_event_state *this = &per_cpu(vm_event_states, cpu); in sum_vm_events() local 43 ret[i] += this->event[i]; in sum_vm_events()
|
D | swapfile.c | 2975 struct list_head *this, *next; in free_swap_count_continuations() local 2976 list_for_each_safe(this, next, &head->lru) { in free_swap_count_continuations() 2978 page = list_entry(this, struct page, lru); in free_swap_count_continuations() 2979 list_del(this); in free_swap_count_continuations()
|