Searched refs:default_gfp (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | slab.h | 1009 __alloc_objs(kmalloc, default_gfp(__VA_ARGS__), typeof(VAR_OR_TYPE), 1) 1021 __alloc_objs(kmalloc, default_gfp(__VA_ARGS__), typeof(VAR_OR_TYPE), COUNT) 1036 __alloc_flex(kmalloc, default_gfp(__VA_ARGS__), typeof(VAR_OR_TYPE), FAM, COUNT) 1040 __alloc_objs(kzalloc, default_gfp(__VA_ARGS__), typeof(P), 1) 1042 __alloc_objs(kzalloc, default_gfp(__VA_ARGS__), typeof(P), COUNT) 1044 __alloc_flex(kzalloc, default_gfp(__VA_ARGS__), typeof(P), FAM, COUNT) 1048 __alloc_objs(kvmalloc, default_gfp(__VA_ARGS__), typeof(P), 1) 1050 __alloc_objs(kvmalloc, default_gfp(__VA_ARGS__), typeof(P), COUNT) 1052 __alloc_flex(kvmalloc, default_gfp(__VA_ARGS__), typeof(P), FAM, COUNT) 1056 __alloc_objs(kvzalloc, default_gfp(__VA_ARGS__), typeof(P), 1) [all …]
|
| H A D | gfp.h | 18 #define default_gfp(...) __default_gfp(,##__VA_ARGS__,GFP_KERNEL) macro
|
| /linux/tools/include/linux/ |
| H A D | gfp.h | 10 #define default_gfp(...) __default_gfp(__VA_ARGS__ __VA_OPT__(,) GFP_KERNEL) macro
|
| H A D | slab.h | 212 __alloc_objs(kzalloc, default_gfp(__VA_ARGS__), typeof(P), 1)
|