Home
last modified time | relevance | path

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

/freebsd/usr.bin/ctlstat/
H A Dctlstat.c130 int cur_alloc, prev_alloc; member
816 ctx->prev_alloc = ctx->cur_alloc; in get_and_print_stats()
817 ctx->cur_alloc = c; in get_and_print_stats()
823 if (getstats(fd, &ctx->cur_alloc, &ctx->cur_items, in get_and_print_stats()