/linux-4.1.27/arch/arc/include/asm/ |
D | thread_info.h | 90 #define TIF_MEMDIE 16 macro 97 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
|
/linux-4.1.27/arch/um/include/asm/ |
D | thread_info.h | 61 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro 69 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | thread_info.h | 73 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro 85 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
|
/linux-4.1.27/arch/tile/include/asm/ |
D | thread_info.h | 123 #define TIF_MEMDIE 7 /* OOM killer at work */ macro 136 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
|
/linux-4.1.27/mm/ |
D | oom_kill.c | 268 if (test_tsk_thread_flag(task, TIF_MEMDIE)) { in oom_scan_process_thread() 421 if (test_and_set_tsk_thread_flag(tsk, TIF_MEMDIE)) in mark_tsk_oom_victim() 440 if (!test_and_clear_thread_flag(TIF_MEMDIE)) in unmark_oom_victim() 473 if (test_thread_flag(TIF_MEMDIE)) { in oom_killer_disable() 826 WARN_ON(test_thread_flag(TIF_MEMDIE)); in pagefault_out_of_memory()
|
D | page_alloc.c | 2325 if (test_thread_flag(TIF_MEMDIE) || in warn_alloc_failed() 2658 unlikely(test_thread_flag(TIF_MEMDIE)))) in gfp_to_alloc_flags() 2765 if (test_thread_flag(TIF_MEMDIE) && !(gfp_mask & __GFP_NOFAIL)) in __alloc_pages_slowpath()
|
D | memcontrol.c | 2259 if (unlikely(test_thread_flag(TIF_MEMDIE) || in try_charge()
|
/linux-4.1.27/arch/cris/include/asm/ |
D | thread_info.h | 73 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | thread_info.h | 71 #define TIF_MEMDIE 16 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/score/include/asm/ |
D | thread_info.h | 81 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | thread_info.h | 82 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | thread_info.h | 92 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | thread_info.h | 89 #define TIF_MEMDIE 7 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | thread_info.h | 89 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | thread_info.h | 111 #define TIF_MEMDIE 17 macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | thread_info.h | 115 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
|
/linux-4.1.27/arch/s390/include/asm/ |
D | thread_info.h | 80 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | thread_info_32.h | 113 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
|
D | thread_info_64.h | 194 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | thread_info.h | 105 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | thread_info.h | 111 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | thread_info.h | 51 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | thread_info.h | 109 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/metag/include/asm/ |
D | thread_info.h | 114 #define TIF_MEMDIE 8 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | thread_info.h | 148 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/kernel/ |
D | freezer.c | 45 if (test_thread_flag(TIF_MEMDIE)) in freezing_slow_path()
|
D | cpuset.c | 1017 if (unlikely(test_thread_flag(TIF_MEMDIE))) in cpuset_change_task_nodemask() 2505 if (unlikely(test_thread_flag(TIF_MEMDIE))) in __cpuset_node_allowed()
|
D | exit.c | 438 if (test_thread_flag(TIF_MEMDIE)) in exit_mm()
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | thread_info.h | 124 #define TIF_MEMDIE 18 macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | thread_info.h | 104 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | thread_info.h | 68 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | thread_info.h | 116 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | thread_info.h | 157 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/sh/include/asm/ |
D | thread_info.h | 120 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | thread_info.h | 100 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | thread_info.h | 100 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | thread_info.h | 104 #define TIF_MEMDIE 20 /* is terminating due to OOM killer */ macro
|
/linux-4.1.27/drivers/staging/android/ |
D | lowmemorykiller.c | 130 if (test_tsk_thread_flag(p, TIF_MEMDIE) && in lowmem_scan()
|