Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1785 uint64_t total_pkts = 0, total_bytes = 0; in fsw_devna_rx() local
1821 total_bytes += n_bytes; in fsw_devna_rx()
1832 out_stats->nps_bytes = total_bytes; in fsw_devna_rx()
1834 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(devna), total_pkts, total_bytes); in fsw_devna_rx()
2877 uint32_t total_pkts = 0, total_bytes = 0; in fsw_dev_ring_flush() local
2888 total_bytes += n_bytes; in fsw_dev_ring_flush()
2898 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(r), total_pkts, total_bytes); in fsw_dev_ring_flush()
2900 uint32_t, total_bytes); in fsw_dev_ring_flush()
2904 r->ckr_netif_mit_stats(r, total_pkts, total_bytes); in fsw_dev_ring_flush()
2914 uint32_t total_pkts = 0, total_bytes = 0; in fsw_user_ring_flush() local
[all …]
/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor.c2589 uint64_t total_bytes; in vm_consider_waking_compactor_swapper() local
2591 total_bytes = compressor_object->resident_page_count * PAGE_SIZE_64; in vm_consider_waking_compactor_swapper()
2593 if ((total_bytes - compressor_bytes_used) > total_bytes / 10) { in vm_consider_waking_compactor_swapper()