Searched refs:PF_MEMALLOC_NOCMA (Results 1 – 2 of 2) sorted by relevance
181 (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()
1470 #define PF_MEMALLOC_NOCMA 0x10000000 /* All allocation request will have _GFP_MOVABLE cleared */ macro