Home
last modified time | relevance | path

Searched refs:PF_MEMALLOC_NOFS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dmm.h167 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS))) { in current_gfp_context()
174 else if (pflags & PF_MEMALLOC_NOFS) in current_gfp_context()
236 unsigned int flags = current->flags & PF_MEMALLOC_NOFS; in memalloc_nofs_save()
237 current->flags |= PF_MEMALLOC_NOFS; in memalloc_nofs_save()
251 current->flags = (current->flags & ~PF_MEMALLOC_NOFS) | flags; in memalloc_nofs_restore()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1580 #define PF_MEMALLOC_NOFS 0x00040000 /* All allocation requests will inherit GFP_NOFS */ macro
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dxattr.c1463 !(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_inode_cache_find()
2333 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_set_handle()