Searched refs:OOM_FLAG_ORIGIN (Results 1 – 1 of 1) sorted by relevance
33 #define OOM_FLAG_ORIGIN ((__force oom_flags_t)0x1) macro37 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()