Home
last modified time | relevance | path

Searched refs:KMALLOC (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/linux/
H A Dslab.h205 #define __alloc_objs(KMALLOC, GFP, TYPE, COUNT) \ argument
208 (TYPE *)KMALLOC(__obj_size, GFP); \
/linux/include/linux/
H A Dslab.h971 #define __alloc_objs(KMALLOC, GFP, TYPE, COUNT) \ argument
974 (TYPE *)KMALLOC(__obj_size, GFP); \
990 #define __alloc_flex(KMALLOC, GFP, TYPE, FAM, COUNT) \ argument
994 TYPE *__obj_ptr = KMALLOC(__obj_size, GFP); \