Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1781 uint64_t total_pkts = 0, total_bytes = 0; in fsw_devna_rx() local
1817 total_bytes += n_bytes; in fsw_devna_rx()
1828 out_stats->nps_bytes = total_bytes; in fsw_devna_rx()
1830 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(devna), total_pkts, total_bytes); in fsw_devna_rx()
2868 uint32_t total_pkts = 0, total_bytes = 0; in fsw_dev_ring_flush() local
2879 total_bytes += n_bytes; in fsw_dev_ring_flush()
2889 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(r), total_pkts, total_bytes); in fsw_dev_ring_flush()
2891 uint32_t, total_bytes); in fsw_dev_ring_flush()
2895 r->ckr_netif_mit_stats(r, total_pkts, total_bytes); in fsw_dev_ring_flush()
2905 uint32_t total_pkts = 0, total_bytes = 0; in fsw_user_ring_flush() local
[all …]
/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.c2591 uint64_t total_bytes; in vm_consider_waking_compactor_swapper() local
2593 total_bytes = compressor_object->resident_page_count * PAGE_SIZE_64; in vm_consider_waking_compactor_swapper()
2595 if ((total_bytes - compressor_bytes_used) > total_bytes / 10) { in vm_consider_waking_compactor_swapper()