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