| /linux-6.15/arch/um/include/asm/ |
| H A D | thread_info.h | 40 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro 51 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | thread_info.h | 68 #define TIF_MEMDIE 16 /* is terminating due to OOM killer */ macro 77 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
|
| /linux-6.15/arch/arc/include/asm/ |
| H A D | thread_info.h | 82 #define TIF_MEMDIE 16 macro 91 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
|
| /linux-6.15/arch/csky/include/asm/ |
| H 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.15/arch/s390/include/asm/ |
| H A D | thread_info.h | 72 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro 93 #define _TIF_MEMDIE BIT(TIF_MEMDIE)
|
| /linux-6.15/arch/nios2/include/asm/ |
| H A D | thread_info.h | 77 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/openrisc/include/asm/ |
| H A D | thread_info.h | 99 #define TIF_MEMDIE 17 macro
|
| /linux-6.15/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 94 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | thread_info.h | 46 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | thread_info.h | 115 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | thread_info_32.h | 112 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
|
| H A D | thread_info_64.h | 195 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | thread_info.h | 79 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/microblaze/include/asm/ |
| H A D | thread_info.h | 105 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 126 #define TIF_MEMDIE 11 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | thread_info.h | 110 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/alpha/include/asm/ |
| H A D | thread_info.h | 68 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | thread_info.h | 72 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | thread_info.h | 119 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | thread_info.h | 102 #define TIF_MEMDIE 20 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | thread_info.h | 149 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/kernel/ |
| H A D | freezer.c | 43 if (test_tsk_thread_flag(p, TIF_MEMDIE)) in freezing_slow_path()
|
| H A D | exit.c | 590 if (test_thread_flag(TIF_MEMDIE)) in exit_mm()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | thread_info.h | 115 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
| /linux-6.15/mm/ |
| H A D | oom_kill.c | 767 if (test_and_set_tsk_thread_flag(tsk, TIF_MEMDIE)) 792 clear_thread_flag(TIF_MEMDIE); in exit_oom_victim()
|