Searched refs:TIF_MEMDIE (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/arch/um/include/asm/
H A Dthread_info.h58 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
69 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
/linux-master/arch/m68k/include/asm/
H A Dthread_info.h67 #define TIF_MEMDIE 16 /* is terminating due to OOM killer */ macro
76 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
/linux-master/arch/arc/include/asm/
H A Dthread_info.h82 #define TIF_MEMDIE 16 macro
91 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
/linux-master/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-master/arch/openrisc/include/asm/
H A Dthread_info.h99 #define TIF_MEMDIE 17 macro
/linux-master/arch/hexagon/include/asm/
H A Dthread_info.h94 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
/linux-master/arch/nios2/include/asm/
H A Dthread_info.h77 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
/linux-master/arch/sparc/include/asm/
H A Dthread_info_32.h112 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
H A Dthread_info_64.h195 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
/linux-master/arch/parisc/include/asm/
H A Dthread_info.h46 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
/linux-master/arch/microblaze/include/asm/
H A Dthread_info.h105 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro
/linux-master/arch/xtensa/include/asm/
H A Dthread_info.h126 #define TIF_MEMDIE 11 /* is terminating due to OOM killer */ macro
/linux-master/arch/s390/include/asm/
H A Dthread_info.h76 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
/linux-master/arch/riscv/include/asm/
H A Dthread_info.h101 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h78 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
/linux-master/arch/alpha/include/asm/
H A Dthread_info.h68 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
/linux-master/arch/sh/include/asm/
H A Dthread_info.h110 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-master/arch/arm64/include/asm/
H A Dthread_info.h72 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-master/arch/mips/include/asm/
H A Dthread_info.h119 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-master/arch/arm/include/asm/
H A Dthread_info.h149 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-master/arch/x86/include/asm/
H A Dthread_info.h101 #define TIF_MEMDIE 20 /* is terminating due to OOM killer */ macro
/linux-master/kernel/
H A Dfreezer.c43 if (test_tsk_thread_flag(p, TIF_MEMDIE))
H A Dexit.c570 if (test_thread_flag(TIF_MEMDIE))
/linux-master/arch/powerpc/include/asm/
H A Dthread_info.h114 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
/linux-master/mm/
H A Doom_kill.c763 if (test_and_set_tsk_thread_flag(tsk, TIF_MEMDIE))
774 * that TIF_MEMDIE tasks should be ignored.
788 clear_thread_flag(TIF_MEMDIE);

Completed in 269 milliseconds

12