Searched refs:KMALLOC (Results 1 – 1 of 1) sorted by relevance
975 * @KMALLOC: which size-based kmalloc wrapper to allocate with.983 #define __alloc_objs(KMALLOC, GFP, TYPE, COUNT) \ argument 986 (TYPE *)KMALLOC(__obj_size, GFP); \991 * @KMALLOC: kmalloc wrapper function to use for allocation.1002 #define __alloc_flex(KMALLOC, GFP, TYPE, FAM, COUNT) \ argument 1006 TYPE *__obj_ptr = KMALLOC(__obj_size, GFP); \