Home
last modified time | relevance | path

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

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