Searched refs:extend_table (Results 1 – 2 of 2) sorted by relevance
471 WARN_ON_ONCE(nr == SWAPFILE_CLUSTER && ci->extend_table); in swap_cluster_assert_empty()1449 table = kzalloc(sizeof(ci->extend_table[0]) * SWAPFILE_CLUSTER, gfp); in swap_extend_table_alloc()1454 if (!ci->extend_table) in swap_extend_table_alloc()1455 ci->extend_table = table; in swap_extend_table_alloc()1485 if (!ci->extend_table) in swap_extend_table_try_free()1489 if (ci->extend_table[i]) in swap_extend_table_try_free()1494 kfree(ci->extend_table); in swap_extend_table_try_free()1495 ci->extend_table = NULL; in swap_extend_table_try_free()1514 count = ci->extend_table[ci_off]; in __swap_cluster_put_entry()1519 ci->extend_table[ci_off] = 0; in __swap_cluster_put_entry()[all …]
40 unsigned int *extend_table; /* For large swap count, protected by ci->lock */ member