Searched hist:3114 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/sys/amd64/vmm/
H A Dvmm_stat.cdiff 250427 Fri May 10 03:11:03 MDT 2013 neel Support array-type of stats in bhyve.

An array-type stat in vmm.ko is defined as follows:
VMM_STAT_ARRAY(IPIS_SENT, VM_MAXCPU, "ipis sent to vcpu");

It is incremented as follows:
vmm_stat_array_incr(vm, vcpuid, IPIS_SENT, array_index, 1);

And output of 'bhyvectl --get-stats' looks like:
ipis sent to vcpu[0] 3114
ipis sent to vcpu[1] 0

Reviewed by: grehan
Obtained from: NetApp
H A Dvmm_stat.hdiff 250427 Fri May 10 03:11:03 MDT 2013 neel Support array-type of stats in bhyve.

An array-type stat in vmm.ko is defined as follows:
VMM_STAT_ARRAY(IPIS_SENT, VM_MAXCPU, "ipis sent to vcpu");

It is incremented as follows:
vmm_stat_array_incr(vm, vcpuid, IPIS_SENT, array_index, 1);

And output of 'bhyvectl --get-stats' looks like:
ipis sent to vcpu[0] 3114
ipis sent to vcpu[1] 0

Reviewed by: grehan
Obtained from: NetApp
H A Dvmm_dev.cdiff 250427 Fri May 10 03:11:03 MDT 2013 neel Support array-type of stats in bhyve.

An array-type stat in vmm.ko is defined as follows:
VMM_STAT_ARRAY(IPIS_SENT, VM_MAXCPU, "ipis sent to vcpu");

It is incremented as follows:
vmm_stat_array_incr(vm, vcpuid, IPIS_SENT, array_index, 1);

And output of 'bhyvectl --get-stats' looks like:
ipis sent to vcpu[0] 3114
ipis sent to vcpu[1] 0

Reviewed by: grehan
Obtained from: NetApp
/freebsd-10.2-release/sys/amd64/vmm/io/
H A Dvlapic.cdiff 250427 Fri May 10 03:11:03 MDT 2013 neel Support array-type of stats in bhyve.

An array-type stat in vmm.ko is defined as follows:
VMM_STAT_ARRAY(IPIS_SENT, VM_MAXCPU, "ipis sent to vcpu");

It is incremented as follows:
vmm_stat_array_incr(vm, vcpuid, IPIS_SENT, array_index, 1);

And output of 'bhyvectl --get-stats' looks like:
ipis sent to vcpu[0] 3114
ipis sent to vcpu[1] 0

Reviewed by: grehan
Obtained from: NetApp
/freebsd-10.2-release/sys/dev/ata/
H A Data-pci.hdiff 124643 Sat Jan 17 23:34:13 MST 2004 sos Add support for the Silicon Image 3114 4 channel SATA controller.
/freebsd-10.2-release/sys/conf/
H A Dfiles.i386diff 3114 Mon Sep 26 16:15:06 MDT 1994 jkh Jim Babb's port of the AIC6360 code.
Submitted by: babb
Obtained from: NetBSD
H A DNOTESdiff 3114 Mon Sep 26 16:15:06 MDT 1994 jkh Jim Babb's port of the AIC6360 code.
Submitted by: babb
Obtained from: NetBSD
/freebsd-10.2-release/sys/i386/conf/
H A DNOTESdiff 3114 Mon Sep 26 16:15:06 MDT 1994 jkh Jim Babb's port of the AIC6360 code.
Submitted by: babb
Obtained from: NetBSD

Completed in 572 milliseconds