Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif.c4413 uint64_t bps; local
4418 bps = queue->nq_accumulated_bytes / diff_secs;
4420 bps, nq_transfer_decay);
4421 stats->nq_bytes_ps = bps;
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c4479 uint64_t bps; in fsw_drain_channels()
4483 bps = stats->crs_bytes_per_second; in fsw_drain_channels()
4485 if (bps < fsw_channel_reap_thresh) { in fsw_drain_channels()