Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2055 uint64_t total_pkts = 0, total_bytes = 0; in fsw_devna_rx() local
2091 total_bytes += n_bytes; in fsw_devna_rx()
2102 out_stats->nps_bytes = total_bytes; in fsw_devna_rx()
2104 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(devna), total_pkts, total_bytes); in fsw_devna_rx()
3145 uint32_t total_pkts = 0, total_bytes = 0; in fsw_dev_ring_flush() local
3156 total_bytes += n_bytes; in fsw_dev_ring_flush()
3166 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(r), total_pkts, total_bytes); in fsw_dev_ring_flush()
3168 uint32_t, total_bytes); in fsw_dev_ring_flush()
3172 r->ckr_netif_mit_stats(r, total_pkts, total_bytes); in fsw_dev_ring_flush()
3182 uint32_t total_pkts = 0, total_bytes = 0; in fsw_user_ring_flush() local
[all …]
/xnu-8792.81.2/osfmk/vm/
H A Dvm_compressor.c2898 uint64_t total_bytes; in vm_consider_waking_compactor_swapper() local
2900 total_bytes = compressor_object->resident_page_count * PAGE_SIZE_64; in vm_consider_waking_compactor_swapper()
2902 if ((total_bytes - compressor_bytes_used) > total_bytes / 10) { in vm_consider_waking_compactor_swapper()