__kmalloc_obj
#define kmalloc_obj(size, type, flags) __kmalloc_obj(size, type##_obj, flags)
__kmalloc_obj((size), type##_obj, (flags))