Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/channel/
H A Dchannel_ring.c256 uint64_t bps; in kr_update_user_stats() local
261 bps = kring->ckr_user_accumulated_bytes / in kr_update_user_stats()
264 bps, transfer_decay); in kr_update_user_stats()
265 stats->crsu_bytes_per_sync = bps; in kr_update_user_stats()
327 uint64_t bps; in kr_update_stats() local
332 bps = kring->ckr_accumulated_bytes / diff_secs; in kr_update_stats()
334 bps, transfer_decay); in kr_update_stats()
335 stats->crs_bytes_per_second = bps; in kr_update_stats()
/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif.c4384 uint64_t bps; local
4389 bps = queue->nq_accumulated_bytes / diff_secs;
4391 bps, nq_transfer_decay);
4392 stats->nq_bytes_ps = bps;