OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GFP_NOFS
(Results
26 - 28
of
28
) sorted by null
1
2
/external/kernel-headers/original/linux/
gfp.h
64
#define
GFP_NOFS
(__GFP_WAIT | __GFP_IO)
slab.h
21
#define SLAB_NOFS
GFP_NOFS
110
* %
GFP_NOFS
- Do not make any fs calls while trying to get memory.
/external/e2fsprogs/e2fsck/
revoke.c
129
record = kmem_cache_alloc(revoke_record_cache,
GFP_NOFS
);
Completed in 346 milliseconds
1
2