Searched defs:kcalloc (Results 1 – 2 of 2) sorted by relevance
42 #define kcalloc(size, count, arg) calloc(size, count) macro
67 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() function