Searched refs:__alloc_objs (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ ! |
| H A D | slab.h | 971 #define __alloc_objs(KMALLOC, GFP, TYPE, COUNT) \ macro 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) 1040 __alloc_objs(kzalloc, default_gfp(__VA_ARGS__), typeof(P), 1) 1042 __alloc_objs(kzalloc, default_gfp(__VA_ARGS__), typeof(P), COUNT) 1048 __alloc_objs(kvmalloc, default_gfp(__VA_ARGS__), typeof(P), 1) 1050 __alloc_objs(kvmalloc, default_gfp(__VA_ARGS__), typeof(P), COUNT) 1056 __alloc_objs(kvzalloc, default_gfp(__VA_ARGS__), typeof(P), 1) 1058 __alloc_objs(kvzalloc, default_gfp(__VA_ARGS__), typeof(P), COUNT)
|
| /linux/tools/include/linux/ ! |
| H A D | slab.h | 205 #define __alloc_objs(KMALLOC, GFP, TYPE, COUNT) \ macro 212 __alloc_objs(kzalloc, default_gfp(__VA_ARGS__), typeof(P), 1)
|