Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/m68k/include/asm/
A Dthread_info.h67 #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 Dthread_info.h58 #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 Dthread_info.h82 #define TIF_MEMDIE 16 macro
91 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
/linux-6.3-rc2/arch/csky/include/asm/
A Dthread_info.h65 #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 Dthread_info.h77 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dthread_info.h94 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dthread_info.h99 #define TIF_MEMDIE 17 macro
/linux-6.3-rc2/arch/parisc/include/asm/
A Dthread_info.h46 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/riscv/include/asm/
A Dthread_info.h97 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Dthread_info_32.h112 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
A Dthread_info_64.h195 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dthread_info.h78 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/s390/include/asm/
A Dthread_info.h78 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dthread_info.h126 #define TIF_MEMDIE 11 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dthread_info.h105 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dthread_info.h68 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dthread_info.h113 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dthread_info.h76 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dthread_info.h119 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dthread_info.h95 #define TIF_MEMDIE 20 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dthread_info.h134 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/ia64/include/asm/
A Dthread_info.h106 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dthread_info.h113 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
/linux-6.3-rc2/kernel/
A Dfreezer.c43 if (test_tsk_thread_flag(p, TIF_MEMDIE)) in freezing_slow_path()
/linux-6.3-rc2/mm/
A Doom_kill.c764 if (test_and_set_tsk_thread_flag(tsk, TIF_MEMDIE))
787 clear_thread_flag(TIF_MEMDIE); in exit_oom_victim()

Completed in 24 milliseconds

12