Searched refs:stram_swap_info (Results 1 – 1 of 1) sorted by relevance
199 static struct swap_info_struct *stram_swap_info; variable531 stram_swap_info = p; in swap_init()756 swap_device_lock(stram_swap_info); in unswap_by_read()758 swap_device_unlock(stram_swap_info); in unswap_by_read()785 swap_device_lock(stram_swap_info); in unswap_by_read()787 if (stram_swap_info->lowest_bit == i) in unswap_by_read()788 stram_swap_info->lowest_bit++; in unswap_by_read()789 if (stram_swap_info->highest_bit == i) in unswap_by_read()790 stram_swap_info->highest_bit--; in unswap_by_read()792 swap_device_unlock(stram_swap_info); in unswap_by_read()[all …]