Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A Dmm.h189 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()
196 else if (pflags & PF_MEMALLOC_NOFS) in current_gfp_context()
277 unsigned int flags = current->flags & PF_MEMALLOC_NOFS; in memalloc_nofs_save()
278 current->flags |= PF_MEMALLOC_NOFS; in memalloc_nofs_save()
292 current->flags = (current->flags & ~PF_MEMALLOC_NOFS) | flags; in memalloc_nofs_restore()
/linux/include/linux/
A Dsched.h1679 #define PF_MEMALLOC_NOFS 0x00040000 /* All allocation requests will inherit GFP_NOFS */ macro
/linux/fs/ext4/
A Dxattr.c1470 !(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_inode_cache_find()
2316 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_set_handle()

Completed in 21 milliseconds