Home
last modified time | relevance | path

Searched refs:OOM_FLAG_ORIGIN (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/
Doom.h54 #define OOM_FLAG_ORIGIN ((__force oom_flags_t)0x1) macro
60 current->signal->oom_flags |= OOM_FLAG_ORIGIN; in set_current_oom_origin()
65 current->signal->oom_flags &= ~OOM_FLAG_ORIGIN; in clear_current_oom_origin()
70 return !!(p->signal->oom_flags & OOM_FLAG_ORIGIN); in oom_task_origin()