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

/linux-master/include/linux/
H A Dswap.h213 SWP_CONTINUED = (1 << 5), /* swap_map has count continuation */ enumerator in enum:__anon1251
/linux-master/mm/
H A Dswapfile.c1505 VM_BUG_ON(page_private(page) != SWP_CONTINUED);
2510 if (p->flags & SWP_CONTINUED)
3502 set_page_private(head, SWP_CONTINUED);
3503 si->flags |= SWP_CONTINUED;
3560 if (page_private(head) != SWP_CONTINUED) {

Completed in 115 milliseconds