Searched refs:TIF_MEMDIE (Results 1 – 15 of 15) sorted by relevance
40 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro53 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
68 #define TIF_MEMDIE 16 /* is terminating due to OOM killer */ macro77 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
82 #define TIF_MEMDIE 16 macro91 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
65 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro78 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
77 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
94 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
99 #define TIF_MEMDIE 17 macro
46 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
126 #define TIF_MEMDIE 11 /* is terminating due to OOM killer */ macro
105 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro
110 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
119 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
149 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
582 if (test_thread_flag(TIF_MEMDIE)) in exit_mm()
4533 if (!IS_ENABLED(CONFIG_MMU) && !test_thread_flag(TIF_MEMDIE)) in oom_reserves_allowed()