Home
last modified time | relevance | path

Searched refs:TIF_MEMDIE (Results 1 – 15 of 15) sorted by relevance

/linux/arch/um/include/asm/
H A Dthread_info.h40 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
53 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
/linux/arch/m68k/include/asm/
H A Dthread_info.h68 #define TIF_MEMDIE 16 /* is terminating due to OOM killer */ macro
77 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
/linux/arch/arc/include/asm/
H A Dthread_info.h82 #define TIF_MEMDIE 16 macro
91 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
/linux/arch/csky/include/asm/
H A Dthread_info.h65 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
78 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
/linux/arch/nios2/include/asm/
H A Dthread_info.h77 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
/linux/arch/hexagon/include/asm/
H A Dthread_info.h94 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
/linux/arch/openrisc/include/asm/
H A Dthread_info.h99 #define TIF_MEMDIE 17 macro
/linux/arch/parisc/include/asm/
H A Dthread_info.h46 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
/linux/arch/xtensa/include/asm/
H A Dthread_info.h126 #define TIF_MEMDIE 11 /* is terminating due to OOM killer */ macro
/linux/arch/microblaze/include/asm/
H A Dthread_info.h105 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro
/linux/arch/sh/include/asm/
H A Dthread_info.h110 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux/arch/mips/include/asm/
H A Dthread_info.h119 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux/arch/arm/include/asm/
H A Dthread_info.h149 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux/kernel/
H A Dexit.c582 if (test_thread_flag(TIF_MEMDIE)) in exit_mm()
/linux/mm/
H A Dpage_alloc.c4533 if (!IS_ENABLED(CONFIG_MMU) && !test_thread_flag(TIF_MEMDIE)) in oom_reserves_allowed()