Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_netbsd.c471 static uint64_t last_bytes_in; in get_network_kilobytes() local
503 *kb_in = (cur_bytes_in - last_bytes_in) / 1024; in get_network_kilobytes()
505 last_bytes_in = cur_bytes_in; in get_network_kilobytes()