Searched refs:PF_MEMALLOC_NOCMA (Results 1 – 5 of 5) sorted by relevance
261 unsigned int flags = current->flags & PF_MEMALLOC_NOCMA; in memalloc_nocma_save()263 current->flags |= PF_MEMALLOC_NOCMA; in memalloc_nocma_save()269 current->flags = (current->flags & ~PF_MEMALLOC_NOCMA) | flags; in memalloc_nocma_restore()
1697 #define PF_MEMALLOC_NOCMA 0x10000000 /* All allocation request will have _GFP_MOVABLE cleared */ macro
1080 bool nocma = !!(current->flags & PF_MEMALLOC_NOCMA); in dequeue_huge_page_node_exact()
3812 if (!(pflags & PF_MEMALLOC_NOCMA) && in current_alloc_flags()
2499 #define PF_MEMALLOC_NOCMA 0x10000000 /* All allocation request will have _GFP_MOVABLE cleared */