/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | thread_info.h | 69 #define TIF_MEMDIE 16 /* is terminating due to OOM killer */ macro 77 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | thread_info.h | 86 #define TIF_MEMDIE 16 macro 94 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
D | thread_info.h | 62 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro 73 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | thread_info.h | 69 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro 82 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
D | thread_info.h | 87 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | thread_info.h | 79 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | thread_info.h | 86 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | thread_info.h | 54 #define TIF_MEMDIE 18 macro
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | thread_info.h | 100 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
D | thread_info.h | 106 #define TIF_MEMDIE 17 macro
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
D | thread_info.h | 70 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | thread_info_32.h | 112 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | thread_info.h | 54 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | thread_info.h | 73 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | thread_info.h | 120 #define TIF_MEMDIE 11 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | thread_info.h | 67 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | thread_info.h | 111 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/kernel/ |
D | freezer.c | 42 if (test_tsk_thread_flag(p, TIF_MEMDIE)) in freezing_slow_path()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | thread_info.h | 77 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | thread_info.h | 115 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | thread_info.h | 121 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | thread_info.h | 147 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | thread_info.h | 114 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | thread_info.h | 108 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | thread_info.h | 97 #define TIF_MEMDIE 20 /* is terminating due to OOM killer */ macro
|