Home
last modified time | relevance | path

Searched refs:PF_FREE_PAGES (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/mm/
Dpage_alloc.c154 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()
Dvmscan.c697 pf_free_pages = current->flags & PF_FREE_PAGES; in try_to_free_pages()
698 current->flags &= ~PF_FREE_PAGES; in try_to_free_pages()
/linux-2.4.37.9/include/linux/
Dsched.h435 #define PF_FREE_PAGES 0x00002000 /* per process page freeing */ macro