Home
last modified time | relevance | path

Searched defs:num_stats (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve_utils.c59 gve_alloc_counters(counter_u64_t *stat, int num_stats) in gve_alloc_counters()
68 gve_free_counters(counter_u64_t *stat, int num_stats) in gve_free_counters()
/freebsd/sys/dev/vmm/
H A Dvmm_stat.c77 vmm_stat_copy(struct vcpu *vcpu, int index, int count, int *num_stats, in vmm_stat_copy()
/freebsd/usr.sbin/bhyvectl/
H A Dbhyvectl.c468 int i, num_stats; in main() local