Home
last modified time | relevance | path

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

/mm/
Dswap_state.c666 struct address_space *spaces, *space; in init_swap_address_space() local
670 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL); in init_swap_address_space()
671 if (!spaces) in init_swap_address_space()
674 space = spaces + i; in init_swap_address_space()
682 swapper_spaces[type] = spaces; in init_swap_address_space()
690 struct address_space *spaces = swapper_spaces[type]; in exit_swap_address_space() local
693 VM_WARN_ON_ONCE(!mapping_empty(&spaces[i])); in exit_swap_address_space()
694 kvfree(spaces); in exit_swap_address_space()
DKconfig30 spaces and for features like NUMA and memory hotplug,
/mm/damon/
DKconfig28 bool "Data access monitoring primitives for virtual address spaces"
33 that work for virtual address spaces.