Home
last modified time | relevance | path

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

/src/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c121 off_t current_bytes; in fetch_files() local
169 current_bytes = 0; in fetch_files()
202 current_bytes += chunk; in fetch_files()
207 progress = (current_bytes * 100) / total_bytes; in fetch_files()
/src/contrib/jemalloc/src/
H A Dthread_event.c107 uint64_t current_bytes = te_ctx_current_bytes_get(ctx); in te_assert_invariants_impl() local
123 assert(current_bytes - last_event < interval); in te_assert_invariants_impl()