Home
last modified time | relevance | path

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

/include/linux/sched/
Dmm.h194 (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_NOCMA))) { in current_gfp_context()
201 else if (current->flags & PF_MEMALLOC_NOFS) in current_gfp_context()
267 unsigned int flags = current->flags & PF_MEMALLOC_NOFS; in memalloc_nofs_save()
268 current->flags |= PF_MEMALLOC_NOFS; in memalloc_nofs_save()
282 current->flags = (current->flags & ~PF_MEMALLOC_NOFS) | flags; in memalloc_nofs_restore()
/include/linux/
Dsched.h1495 #define PF_MEMALLOC_NOFS 0x00040000 /* All allocation requests will inherit GFP_NOFS */ macro