Searched refs:extend_table (Results 1 – 2 of 2) sorted by relevance
519 WARN_ON_ONCE(nr == SWAPFILE_CLUSTER && ci->extend_table); in swap_cluster_assert_empty()1470 table = kzalloc(sizeof(ci->extend_table[0]) * SWAPFILE_CLUSTER, gfp); in swap_extend_table_alloc()1486 if (ci->extend_table) in swap_extend_table_alloc()1489 ci->extend_table = table; in swap_extend_table_alloc()1522 if (!ci->extend_table) in swap_extend_table_try_free()1526 if (ci->extend_table[i]) in swap_extend_table_try_free()1531 kfree(ci->extend_table); in swap_extend_table_try_free()1532 ci->extend_table = NULL; in swap_extend_table_try_free()1551 count = ci->extend_table[ci_off]; in __swap_cluster_put_entry()1556 ci->extend_table[ci_off] = 0; in __swap_cluster_put_entry()[all …]
60 unsigned int *extend_table; /* For large swap count, protected by ci->lock */ member