Searched refs:tau (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
H A Dtau_6xx.c36 } tau[NR_CPUS]; variable in typeref:struct:tau_temp
59 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID); set_thresholds()
64 mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE); set_thresholds()
67 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TID); set_thresholds()
68 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V); set_thresholds()
84 if (tau[cpu].low >= step_size){ TAUupdate()
85 tau[cpu].low -= step_size; TAUupdate()
86 tau[cpu].high -= (step_size - window_expand); TAUupdate()
88 tau[cpu].grew = 1; TAUupdate()
96 if (tau[cpu].high <= 127-step_size){ TAUupdate()
97 tau[cpu].low += (step_size - window_expand); TAUupdate()
98 tau[cpu].high += step_size; TAUupdate()
100 tau[cpu].grew = 1; TAUupdate()
108 printk("grew = %d\n", tau[cpu].grew); TAUupdate()
128 tau[cpu].interrupts++; TAUException()
151 size = tau[cpu].high - tau[cpu].low; tau_timeout()
152 if (size > min_window && ! tau[cpu].grew) { tau_timeout()
156 tau[cpu].low += shrink; tau_timeout()
157 tau[cpu].high -= shrink; tau_timeout()
159 tau[cpu].low += 1; tau_timeout()
161 if ((tau[cpu].high - tau[cpu].low) != min_window){ tau_timeout()
168 tau[cpu].grew = 0; tau_timeout()
213 tau[cpu].low = 5; TAU_init_smp()
214 tau[cpu].high = 120; TAU_init_smp()
259 return ((tau[cpu].high << 16) | tau[cpu].low); cpu_temp_both()
264 return ((tau[cpu].high + tau[cpu].low) / 2); cpu_temp()
269 return (tau[cpu].interrupts); tau_interrupts()
/linux-4.1.27/crypto/
H A Dsalsa20_generic.c105 static const char tau[16] = "expand 16-byte k"; variable
119 constants = tau; salsa20_keysetup()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dsi_dpm.h73 u32 tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member in struct:si_dte_data
H A Dsislands_smc.h370 uint32_t tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member in struct:Smc_SIslands_DTE_Configuration
H A Dsi_dpm.c2511 dte_tables->tau[i] = cpu_to_be32(dte_data->tau[i]); si_initialize_smc_dte_tables()
/linux-4.1.27/include/linux/
H A Dgenhd.h484 * BSD disklabel support by Yossi Gottlieb <yogo@math.tau.ac.il>

Completed in 204 milliseconds