Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_worker.c133 size_t prev_alloc; in available_blocking_child_slot() local
147 prev_alloc = blocking_children_alloc; in available_blocking_child_slot()
148 prev_octets = prev_alloc * each; in available_blocking_child_slot()
156 return (u_int)prev_alloc; in available_blocking_child_slot()
/freebsd/usr.bin/ctlstat/
H A Dctlstat.c130 int cur_alloc, prev_alloc; member
815 c = ctx->prev_alloc; in get_and_print_stats()
816 ctx->prev_alloc = ctx->cur_alloc; in get_and_print_stats()