Home
last modified time | relevance | path

Searched refs:SWP_CONTINUED (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/
Dswap.h170 SWP_CONTINUED = (1 << 5), /* swap_map has count continuation */ enumerator
/Linux-v5.10/mm/
Dswapfile.c1566 VM_BUG_ON(page_private(page) != SWP_CONTINUED); in swp_swapcount()
2651 if (p->flags & SWP_CONTINUED) in SYSCALL_DEFINE1()
3648 set_page_private(head, SWP_CONTINUED); in add_swap_count_continuation()
3649 si->flags |= SWP_CONTINUED; in add_swap_count_continuation()
3706 if (page_private(head) != SWP_CONTINUED) { in swap_count_continued()