Searched refs:PF_MEMALLOC_NOFS (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/sched/
H A Dmm.h232 * PF_MEMALLOC_NOFS implies GFP_NOFS
240 PF_MEMALLOC_NOFS |
252 else if (pflags & PF_MEMALLOC_NOFS)
380 return memalloc_flags_save(PF_MEMALLOC_NOFS);
/linux-master/include/linux/
H A Dfsnotify_backend.h282 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS));
H A Dsched.h1636 #define PF_MEMALLOC_NOFS 0x00040000 /* All allocations inherit GFP_NOFS. See memalloc_nfs_save() */ macro
/linux-master/fs/xfs/
H A Dxfs_icache.c2053 if (current->flags & PF_MEMALLOC_NOFS)
/linux-master/fs/ext4/
H A Dxattr.c1533 !(current->flags & PF_MEMALLOC_NOFS));
2380 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS));

Completed in 148 milliseconds