Home
last modified time | relevance | path

Searched refs:L3_SZ (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h313 #define L3_SZ 12 /* size of array for level 3 samples */ macro
324 #define L4_INDEX(i) ((i) / (L1_SZ * L2_SZ * L3_SZ))
325 #define L4_REM(i) ((i) % (L1_SZ * L2_SZ * L3_SZ))
326 #define L5_INDEX(i) ((i) / (L1_SZ * L2_SZ * L3_SZ * L4_SZ))
327 #define L5_REM(i) ((i) % (L1_SZ * L2_SZ * L3_SZ * L4_SZ))
390 short l3[L3_SZ]; /* level 3 samples */
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1597 for (i = 0; i < L3_SZ; i++) { in init_temp_arrays()
1688 for (i = 0, count = 0, total = 0; i < L3_SZ; i++) { in update_temp()
1711 tmp_index = tmp_index % L3_SZ; in update_temp()
2118 for (i = 0; i < L3_SZ; i++) { in overtemp_kstat_update()
/titanic_50/usr/src/cmd/stat/kstat/
H A Dkstat.c1289 buf = short_array_to_string(temps->l3, L3_SZ); in save_temperature()
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs619 hv_store(self, "l3", 2, short_array_to_SV(tempsp->l3, L3_SZ), 0); in save_temperature()