Home | History | Annotate | Download | only in netperf

Lines Matching refs:ks

71   kstat_t *ks;
132 ks = kstat_lookup(kc, "unix", 0, "system_misc");
133 if (kstat_read(kc, ks, 0) == -1) {
147 kn = kstat_data_lookup(ks, "ncpus");
153 for (ks = kc->kc_chain; ks;
154 ks = ks->ks_next)
156 if (strncmp(ks->ks_name, "cpu_stat", 8) == 0)
158 nkcid = kstat_read(kc, ks, NULL);
167 fprintf(where,"cpu_ks[%d] getting %p\n",ncpu,ks);
171 cpu_ks[ncpu] = ks;
198 "get_kstat_idle reading with kc %x and ks %p\n",