swap_table
#define SWP_TABLE_USE_PAGE (sizeof(struct swap_table) == PAGE_SIZE)
sizeof(struct swap_table),
struct swap_table *table;
table = (struct swap_table *)rcu_access_pointer(ci->table);
struct swap_table *table = NULL;