Searched refs:amd_et_state (Results 1 – 1 of 1) sorted by relevance
81 struct amd_et_state { struct192 static struct amd_et_state **amd_et_state; /* Indexed by cpuid, bank. */ variable722 struct amd_et_state *cc; in amd_thresholding_update()727 cc = &amd_et_state[PCPU_GET(cpuid)][bank]; in amd_thresholding_update()998 amd_et_state = malloc((mp_maxid + 1) * sizeof(struct amd_et_state *), in amd_thresholding_setup()1001 amd_et_state[i] = malloc(sizeof(struct amd_et_state) * in amd_thresholding_setup()1151 amd_thresholding_start(struct amd_et_state *cc, int bank) in amd_thresholding_start()1178 struct amd_et_state *cc; in amd_thresholding_monitor()1231 cc = &amd_et_state[PCPU_GET(cpuid)][i]; in amd_thresholding_monitor()1242 struct amd_et_state *cc; in amd_thresholding_resume()[all …]