Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/channel/ !
H A Dchannel_ring.c257 uint64_t bps; in kr_update_user_stats() local
262 bps = kring->ckr_user_accumulated_bytes / in kr_update_user_stats()
265 bps, transfer_decay); in kr_update_user_stats()
266 stats->crsu_bytes_per_sync = bps; in kr_update_user_stats()
329 uint64_t bps; in kr_update_stats() local
334 bps = kring->ckr_accumulated_bytes / diff_secs; in kr_update_stats()
336 bps, transfer_decay); in kr_update_stats()
337 stats->crs_bytes_per_second = bps; in kr_update_stats()
/xnu-12377.61.12/bsd/skywalk/nexus/netif/ !
H A Dnx_netif.c4452 uint64_t bps; local
4457 bps = queue->nq_accumulated_bytes / diff_secs;
4459 bps, nq_transfer_decay);
4460 stats->nq_bytes_ps = bps;
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ !
H A Dfsw_dp.c4896 uint64_t bps; in fsw_drain_channels()
4900 bps = stats->crs_bytes_per_second; in fsw_drain_channels()
4902 if (bps < fsw_channel_reap_thresh) { in fsw_drain_channels()