Searched refs:PF_FREE_PAGES (Results 1 – 3 of 3) sorted by relevance
154 if (current->flags & PF_FREE_PAGES) in __free_pages_ok()305 current->flags |= PF_MEMALLOC | PF_FREE_PAGES; in balance_classzone()309 current->flags &= ~(PF_MEMALLOC | PF_FREE_PAGES); in balance_classzone()
697 pf_free_pages = current->flags & PF_FREE_PAGES; in try_to_free_pages()698 current->flags &= ~PF_FREE_PAGES; in try_to_free_pages()
435 #define PF_FREE_PAGES 0x00002000 /* per process page freeing */ macro