Searched refs:PF_MEMALLOC (Results 1 – 2 of 2) sorted by relevance
276 unsigned int flags = current->flags & PF_MEMALLOC; in memalloc_noreclaim_save()277 current->flags |= PF_MEMALLOC; in memalloc_noreclaim_save()283 current->flags = (current->flags & ~PF_MEMALLOC) | flags; in memalloc_noreclaim_restore()
1716 #define PF_MEMALLOC 0x00000800 /* Allocating memory */ macro