Searched refs:__do_krealloc (Results 1 – 1 of 1) sorted by relevance
1651 static __always_inline void *__do_krealloc(const void *p, size_t new_size, in __do_krealloc() function1689 return __do_krealloc(p, new_size, flags); in __krealloc()1716 ret = __do_krealloc(p, new_size, flags); in krealloc()