Home
last modified time | relevance | path

Searched refs:tau (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/powerpc/kernel/
Dtau_6xx.c36 } tau[NR_CPUS]; variable
59 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID); in set_thresholds()
64 mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE); in set_thresholds()
67 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TID); in set_thresholds()
68 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V); in set_thresholds()
84 if (tau[cpu].low >= step_size){ in TAUupdate()
85 tau[cpu].low -= step_size; in TAUupdate()
86 tau[cpu].high -= (step_size - window_expand); in TAUupdate()
88 tau[cpu].grew = 1; in TAUupdate()
96 if (tau[cpu].high <= 127-step_size){ in TAUupdate()
[all …]
/linux-3.4.99/crypto/
Dsalsa20_generic.c105 static const char tau[16] = "expand 16-byte k"; variable
119 constants = tau; in salsa20_keysetup()