Home
last modified time | relevance | path

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

/linux-2.4.37.9/mm/
Doom_kill.c65 if (p->flags & PF_MEMDIE) in badness()
154 p->flags |= PF_MEMALLOC | PF_MEMDIE; in __oom_kill_task()
Dpage_alloc.c421 (!in_interrupt() || (current->flags & PF_MEMDIE))) { in __alloc_pages()
/linux-2.4.37.9/include/linux/
Dsched.h434 #define PF_MEMDIE 0x00001000 /* Killed for out-of-memory */ macro