Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sched/
Dmm.h181 (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_NOCMA))) { in current_gfp_context()
191 if (current->flags & PF_MEMALLOC_NOCMA) in current_gfp_context()
287 unsigned int flags = current->flags & PF_MEMALLOC_NOCMA; in memalloc_nocma_save()
289 current->flags |= PF_MEMALLOC_NOCMA; in memalloc_nocma_save()
295 current->flags = (current->flags & ~PF_MEMALLOC_NOCMA) | flags; in memalloc_nocma_restore()
/Linux-v5.4/include/linux/
Dsched.h1470 #define PF_MEMALLOC_NOCMA 0x10000000 /* All allocation request will have _GFP_MOVABLE cleared */ macro