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