Searched refs:TIF_MEMDIE (Results 1 - 39 of 39) sorted by relevance

/linux-4.1.27/arch/um/include/asm/
H A Dthread_info.h61 #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/
H A Dthread_info.h73 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro
85 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
/linux-4.1.27/arch/arc/include/asm/
H A Dthread_info.h90 #define TIF_MEMDIE 16 macro
97 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
/linux-4.1.27/arch/parisc/include/asm/
H A Dthread_info.h51 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dthread_info.h71 #define TIF_MEMDIE 16 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/tile/include/asm/
H A Dthread_info.h123 #define TIF_MEMDIE 7 /* OOM killer at work */ macro
136 #define _TIF_MEMDIE (1<<TIF_MEMDIE)
/linux-4.1.27/arch/s390/include/asm/
H A Dthread_info.h80 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/score/include/asm/
H A Dthread_info.h81 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Dthread_info.h82 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/c6x/include/asm/
H A Dthread_info.h92 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
/linux-4.1.27/arch/cris/include/asm/
H A Dthread_info.h73 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Dthread_info.h111 #define TIF_MEMDIE 5 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dthread_info_32.h113 #define TIF_MEMDIE 10 /* is terminating due to OOM killer */ macro
H A Dthread_info_64.h194 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dthread_info.h124 #define TIF_MEMDIE 18 macro
/linux-4.1.27/arch/metag/include/asm/
H A Dthread_info.h114 #define TIF_MEMDIE 8 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/nios2/include/asm/
H A Dthread_info.h89 #define TIF_MEMDIE 4 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Dthread_info.h111 #define TIF_MEMDIE 17 macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dthread_info.h109 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/frv/include/asm/
H A Dthread_info.h89 #define TIF_MEMDIE 7 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/hexagon/include/asm/
H A Dthread_info.h115 #define TIF_MEMDIE 17 /* OOM killer killed process */ macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dthread_info.h105 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dthread_info.h68 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ macro
/linux-4.1.27/mm/
H A Doom_kill.c268 if (test_tsk_thread_flag(task, TIF_MEMDIE)) { oom_scan_process_thread()
421 if (test_and_set_tsk_thread_flag(tsk, TIF_MEMDIE)) mark_tsk_oom_victim()
427 * that TIF_MEMDIE tasks should be ignored. mark_tsk_oom_victim()
440 if (!test_and_clear_thread_flag(TIF_MEMDIE)) unmark_oom_victim()
473 if (test_thread_flag(TIF_MEMDIE)) { oom_killer_disable()
516 * its children or threads, just set TIF_MEMDIE so it can die quickly oom_kill_process()
729 * TIF_MEMDIE flag at exit_mm(), otherwise an OOM livelock may occur. __out_of_memory()
826 WARN_ON(test_thread_flag(TIF_MEMDIE)); pagefault_out_of_memory()
H A Dksm.c394 * current task has TIF_MEMDIE set, and will be OOM killed on return break_ksm()
398 * with VM_FAULT_OOM even if the current task is not TIF_MEMDIE; and break_ksm()
H A Dpage_alloc.c2325 if (test_thread_flag(TIF_MEMDIE) || warn_alloc_failed()
2658 unlikely(test_thread_flag(TIF_MEMDIE)))) gfp_to_alloc_flags()
2765 if (test_thread_flag(TIF_MEMDIE) && !(gfp_mask & __GFP_NOFAIL)) __alloc_pages_slowpath()
H A Dmemcontrol.c2259 if (unlikely(test_thread_flag(TIF_MEMDIE) || try_charge()
/linux-4.1.27/drivers/staging/android/
H A Dlowmemorykiller.c130 if (test_tsk_thread_flag(p, TIF_MEMDIE) && for_each_process()
/linux-4.1.27/arch/microblaze/include/asm/
H A Dthread_info.h116 #define TIF_MEMDIE 6 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/sh/include/asm/
H A Dthread_info.h120 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/mips/include/asm/
H A Dthread_info.h104 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Dthread_info.h148 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dthread_info.h100 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dthread_info.h100 #define TIF_MEMDIE 17 /* is terminating due to OOM killer */ macro
/linux-4.1.27/arch/arm/include/asm/
H A Dthread_info.h157 #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ macro
/linux-4.1.27/kernel/
H A Dfreezer.c45 if (test_thread_flag(TIF_MEMDIE)) freezing_slow_path()
H A Dcpuset.c1017 if (unlikely(test_thread_flag(TIF_MEMDIE))) cpuset_change_task_nodemask()
2459 * yes. If current has access to memory reserves due to TIF_MEMDIE, yes.
2464 * unless the task has been OOM killed as is marked TIF_MEMDIE.
2487 * TIF_MEMDIE - any node ok
2505 if (unlikely(test_thread_flag(TIF_MEMDIE))) __cpuset_node_allowed()
H A Dexit.c438 if (test_thread_flag(TIF_MEMDIE)) exit_mm()
/linux-4.1.27/arch/x86/include/asm/
H A Dthread_info.h104 #define TIF_MEMDIE 20 /* is terminating due to OOM killer */ macro

Completed in 709 milliseconds