swapper_spaces 404 include/linux/swap.h extern struct address_space *swapper_spaces[]; swapper_spaces 406 include/linux/swap.h (&swapper_spaces[swp_type(entry)][swp_offset(entry) \ swapper_spaces 39 mm/swap_state.c struct address_space *swapper_spaces[MAX_SWAPFILES] __read_mostly; swapper_spaces 89 mm/swap_state.c spaces = swapper_spaces[i]; swapper_spaces 615 mm/swap_state.c swapper_spaces[type] = spaces; swapper_spaces 622 mm/swap_state.c kvfree(swapper_spaces[type]); swapper_spaces 624 mm/swap_state.c swapper_spaces[type] = NULL;