Searched defs:lowest (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_plat.c84 int lowest; local
92 lowest = domp->devlist->lowest;
93 if ((oldl != lowest) || (speedup != 1))
156 int lowest; local
164 lowest = domp->devlist->lowest;
165 if ((newl != lowest) || (speedup != 0))
212 int speedup, incr, lowest, highest; local
220 lowest
[all...]
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c157 int lowest, highest, i, navail, count; local
163 lowest = apic_ipltopri[pri - 1] + APIC_VECTOR_PER_IPL;
166 if (highest < lowest) /* Both ipl and ipl - 1 map to same pri */
167 lowest -= APIC_VECTOR_PER_IPL;
170 for (i = lowest; i <= highest; i++) {
194 int lowest, highest, i, navail, start, msibits; local
200 lowest = apic_ipltopri[pri - 1] + APIC_VECTOR_PER_IPL;
203 if (highest < lowest) /* Both ipl and ipl - 1 map to same pri */
204 lowest -= APIC_VECTOR_PER_IPL;
214 for (i = lowest;
[all...]
H A Dapic.c1234 int lowest, highest, i; local
1237 lowest = apic_ipltopri[ipl - 1] + APIC_VECTOR_PER_IPL;
1239 if (highest < lowest) /* Both ipl and ipl - 1 map to same pri */
1240 lowest -= APIC_VECTOR_PER_IPL;
1244 highest = lowest + apic_restrict_vector + APIC_HI_PRI_VECTS;
1249 for (i = lowest; i <= highest; i++) {
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c493 * disable the given vector from happening below the lowest
955 int lowest, highest, i; local
962 lowest = apic_ipltopri[ipl-1] + APIC_VECTOR_PER_IPL;
964 if (highest < lowest) /* Both ipl and ipl-1 map to same pri */
965 lowest -= APIC_VECTOR_PER_IPL;
972 for (i = lowest; i <= highest; i++) {
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h96 int lowest; /* lowest power level for device */ member in struct:ppm_dev
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c716 * full/lowest clock speed ratio. If not, speed
728 "has not made transition to lowest speed yet "
769 int lowest, highest; local
782 lowest = cpup->lowest;
792 DPRINTF(D_CPU, ("%s: old %d, new %d, highest %d, lowest %d\n",
793 str, oldlevel, newlevel, highest, lowest));
809 * If coming up from lowest power level, set the E*
813 if (oldlevel == cpup->lowest) {
892 if (newlevel == lowest)
[all...]
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c450 * disable the given vector from happening below the lowest
910 int lowest, highest, i; local
917 lowest = apic_ipltopri[ipl-1] + APIC_VECTOR_PER_IPL;
919 if (highest < lowest) /* Both ipl and ipl-1 map to same pri */
920 lowest -= APIC_VECTOR_PER_IPL;
927 for (i = lowest; i <= highest; i++) {
H A Dxpv_psm.c985 int lowest, highest, i, navail, count; local
991 lowest = APIC_BASE_VECT;
995 for (i = lowest; i < highest; i++) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c46 * blocks that are the "lowest" in the list.
3877 int64_t lowest = INT64_MAX; local
3884 if (n < lowest) {
3885 lowest = n;
3898 if (n < lowest) {
3899 lowest = n;
3912 if (n < lowest) {
3913 lowest = n;
3927 if (n < lowest) {
3928 lowest
[all...]

Completed in 95 milliseconds