Home
last modified time | relevance | path

Searched refs:alloc_items (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/usr.bin/ctlstat/
H A Dctlstat.c137 static int getstats(int fd, int *alloc_items, int *num_items,
156 getstats(int fd, int *alloc_items, int *num_items, struct ctl_io_stats **stats, in getstats() argument
162 if (*alloc_items == 0) in getstats()
163 *alloc_items = CTL_STAT_NUM_ITEMS; in getstats()
166 *stats = malloc(sizeof(**stats) * *alloc_items); in getstats()
169 get_stats.alloc_len = *alloc_items * sizeof(**stats); in getstats()
186 *alloc_items = get_stats.num_items * 5 / 4; in getstats()