Lines Matching refs:stats_realloc
329 static inline void * stats_realloc(void *ptr, size_t oldsz, size_t newsz,
388 stats_realloc(void *ptr, size_t oldsz, size_t newsz, int flags) in stats_realloc() function
707 vss->iv = stats_realloc(NULL, 0, vss->vsdsz, M_ZERO);
842 vss->iv = stats_realloc(NULL, 0, vss->vsdsz, M_ZERO);
888 vss->iv = stats_realloc(NULL, 0, vsd_dtype2size[voi_dtype], 0);
1091 *dst = stats_realloc(NULL, 0, src->cursz, 0);
1166 tpl = stats_realloc(NULL, 0, sizeof(struct statsblobv1_tpl), M_ZERO);
1167 tpl_mb = stats_realloc(NULL, 0, sizeof(struct metablob), M_ZERO);
1168 tpl_sb = stats_realloc(NULL, 0, sizeof(struct statsblobv1), M_ZERO);
1200 newtpllist = stats_realloc(tpllist, ntpl * sizeof(void *),
1290 voi_meta = stats_realloc(voi_meta, voi_meta == NULL ?
1394 sb = stats_realloc(NULL, 0, tpllist[tpl_id]->sb->maxsz, 0);
1510 sb = stats_realloc(sb, sb->maxsz, sb->cursz + nbytes, M_ZERO);
3904 rates = stats_realloc(rates, 0, /* oldsz is unused in kernel. */