PF_MEMALLOC_PIN
if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) {
if (pflags & PF_MEMALLOC_PIN)
return memalloc_flags_save(PF_MEMALLOC_PIN);
bool pin = !!(current->flags & PF_MEMALLOC_PIN);