Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dswap.h148 SWP_CONTINUED = (1 << 5), /* swap_map has count continuation */ enumerator
/linux-4.1.27/mm/
Dswapfile.c1885 if (p->flags & SWP_CONTINUED) in SYSCALL_DEFINE1()
2798 set_page_private(head, SWP_CONTINUED); in add_swap_count_continuation()
2799 si->flags |= SWP_CONTINUED; in add_swap_count_continuation()
2850 if (page_private(head) != SWP_CONTINUED) { in swap_count_continued()