SWP_TB_COUNT_MAX
VM_WARN_ON(count > SWP_TB_COUNT_MAX);
if (count < (SWP_TB_COUNT_MAX - 1))
VM_WARN_ON_ONCE(count > SWP_TB_COUNT_MAX);
if (count == SWP_TB_COUNT_MAX) {
VM_WARN_ON_ONCE(count < SWP_TB_COUNT_MAX);
if (count == (SWP_TB_COUNT_MAX - 1)) {
if (unlikely(count == SWP_TB_COUNT_MAX - 2 || count == SWP_TB_COUNT_MAX - 1))
if (likely(count < (SWP_TB_COUNT_MAX - 1))) {
} else if (count == (SWP_TB_COUNT_MAX - 1)) {
ci->extend_table[ci_off] = SWP_TB_COUNT_MAX;
__swap_table_set(ci, ci_off, __swp_tb_mk_count(swp_tb, SWP_TB_COUNT_MAX));
} else if (count == SWP_TB_COUNT_MAX) {
if (count == SWP_TB_COUNT_MAX)