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

/freebsd-11-stable/sys/x86/x86/
H A Dmca.c79 struct amd_et_state { struct
127 static struct amd_et_state *amd_et_state; /* Indexed by cpuid. */ variable in typeref:struct:amd_et_state
619 struct amd_et_state *cc;
626 cc = &amd_et_state[PCPU_GET(cpuid)];
821 amd_et_state = malloc((mp_maxid + 1) * sizeof(struct amd_et_state),
944 amd_thresholding_start(struct amd_et_state *cc)
966 struct amd_et_state *cc;
996 cc = &amd_et_state[PCPU_GE
[all...]

Completed in 63 milliseconds