Searched refs:num_stats (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/amd64/vmm/ |
| H A D | vmm_stat.c | 81 vmm_stat_copy(struct vcpu *vcpu, int index, int count, int *num_stats, in vmm_stat_copy() argument 95 *num_stats = 0; in vmm_stat_copy() 111 *num_stats = tocopy; in vmm_stat_copy()
|
| H A D | vmm_stat.h | 89 int *num_stats, uint64_t *buf);
|
| /freebsd-14.2/sys/dev/gve/ |
| H A D | gve_utils.c | 52 gve_alloc_counters(counter_u64_t *stat, int num_stats) in gve_alloc_counters() argument 56 for (i = 0; i < num_stats; i++) in gve_alloc_counters() 61 gve_free_counters(counter_u64_t *stat, int num_stats) in gve_free_counters() argument 65 for (i = 0; i < num_stats; i++) in gve_free_counters()
|
| H A D | gve.h | 457 void gve_alloc_counters(counter_u64_t *stat, int num_stats); 458 void gve_free_counters(counter_u64_t *stat, int num_stats);
|
| /freebsd-14.2/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 2250 int i, num_stats; in main() local 2255 stats = vm_get_stats(vcpu, &tv, &num_stats); in main() 2258 for (i = 0; i < num_stats; i++) { in main()
|