Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h314 #define L4_SZ 4 /* size of array for level 4 samples */ macro
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))
391 short l4[L4_SZ]; /* level 4 samples */
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1601 for (i = 0; i < L4_SZ; i++) { in init_temp_arrays()
1662 for (i = 0, count = 0, total = 0; i < L4_SZ; i++) { in update_temp()
1685 tmp_index = tmp_index % L4_SZ; in update_temp()
2131 for (i = 0; i < L4_SZ; i++) { in overtemp_kstat_update()
/titanic_50/usr/src/cmd/stat/kstat/
H A Dkstat.c1293 buf = short_array_to_string(temps->l4, L4_SZ); in save_temperature()
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs620 hv_store(self, "l4", 2, short_array_to_SV(tempsp->l4, L4_SZ), 0); in save_temperature()