Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Doom.h33 #define OOM_FLAG_ORIGIN ((__force oom_flags_t)0x1) macro
37 current->signal->oom_flags |= OOM_FLAG_ORIGIN; in set_current_oom_origin()
42 current->signal->oom_flags &= ~OOM_FLAG_ORIGIN; in clear_current_oom_origin()
47 return !!(p->signal->oom_flags & OOM_FLAG_ORIGIN); in oom_task_origin()