/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | thread_info.h | 67 #define TIF_MEMDIE 16 /* is terminating due to OOM killer */ macro 76 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | thread_info.h | 58 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro 69 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | thread_info.h | 82 #define TIF_MEMDIE 16 macro 91 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | thread_info.h | 65 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro 78 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | thread_info.h | 77 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | thread_info.h | 94 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | thread_info.h | 99 #define TIF_MEMDIE 17 macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | thread_info.h | 46 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | thread_info.h | 97 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | thread_info_32.h | 112 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
|
A D | thread_info_64.h | 195 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | thread_info.h | 78 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | thread_info.h | 78 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | thread_info.h | 126 #define TIF_MEMDIE 11 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | thread_info.h | 105 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | thread_info.h | 68 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | thread_info.h | 113 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | thread_info.h | 76 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | thread_info.h | 119 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | thread_info.h | 95 #define TIF_MEMDIE 20 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | thread_info.h | 134 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | thread_info.h | 106 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | thread_info.h | 113 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/linux-6.3-rc2/kernel/ |
A D | freezer.c | 43 if (test_tsk_thread_flag(p, TIF_MEMDIE)) in freezing_slow_path()
|
/linux-6.3-rc2/mm/ |
A D | oom_kill.c | 764 if (test_and_set_tsk_thread_flag(tsk, TIF_MEMDIE)) 787 clear_thread_flag(TIF_MEMDIE); in exit_oom_victim()
|