Lines Matching defs:ksp
66 kstat_t *ksp;
77 ksp = kstat_lookup(kc, "turbo", 0, NULL);
78 if (ksp == NULL) {
84 (void) kstat_read(kc, ksp, NULL);
86 knp = kstat_data_lookup(ksp, "turbo_supported");
115 kstat_t *ksp;
125 ksp = kstat_lookup(kc, "turbo", g_cpu_table[cpu], NULL);
126 if (ksp == NULL) {
133 if (kstat_read(kc, ksp, NULL) == -1) {
140 knp = kstat_data_lookup(ksp, "turbo_mcnt");
153 knp = kstat_data_lookup(ksp, "turbo_acnt");