Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2054 uint64_t total_pkts = 0, total_bytes = 0; in fsw_devna_rx() local
2090 total_bytes += n_bytes; in fsw_devna_rx()
2101 out_stats->nps_bytes = total_bytes; in fsw_devna_rx()
2103 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(devna), total_pkts, total_bytes); in fsw_devna_rx()
3148 uint32_t total_pkts = 0, total_bytes = 0; in fsw_dev_ring_flush() local
3159 total_bytes += n_bytes; in fsw_dev_ring_flush()
3169 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(r), total_pkts, total_bytes); in fsw_dev_ring_flush()
3171 uint32_t, total_bytes); in fsw_dev_ring_flush()
3175 r->ckr_netif_mit_stats(r, total_pkts, total_bytes); in fsw_dev_ring_flush()
3185 uint32_t total_pkts = 0, total_bytes = 0; in fsw_user_ring_flush() local
[all …]
/xnu-8796.141.3/osfmk/vm/
H A Dvm_compressor.c2894 uint64_t total_bytes; in vm_consider_waking_compactor_swapper() local
2896 total_bytes = compressor_object->resident_page_count * PAGE_SIZE_64; in vm_consider_waking_compactor_swapper()
2898 if ((total_bytes - compressor_bytes_used) > total_bytes / 10) { in vm_consider_waking_compactor_swapper()