Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dmm.h269 unsigned int flags = current->flags & PF_MEMALLOC_NOCMA; in memalloc_nocma_save()
271 current->flags |= PF_MEMALLOC_NOCMA; in memalloc_nocma_save()
277 current->flags = (current->flags & ~PF_MEMALLOC_NOCMA) | flags; in memalloc_nocma_restore()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1589 #define PF_MEMALLOC_NOCMA 0x10000000 /* All allocation request will have _GFP_MOVABLE cleared */ macro
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c1079 bool nocma = !!(current->flags & PF_MEMALLOC_NOCMA); in dequeue_huge_page_node_exact()
H A Dpage_alloc.c3949 if (!(pflags & PF_MEMALLOC_NOCMA) && in current_alloc_flags()