Home | History | Annotate | Download | only in netperf

Lines Matching refs:kc

61 static kstat_ctl_t *kc = NULL;
88 if (!kc)
90 kc = kstat_open();
91 if (!kc)
97 kcid = kc->kc_chain_id;
118 nkcid = kstat_chain_update(kc);
132 ks = kstat_lookup(kc, "unix", 0, "system_misc");
133 if (kstat_read(kc, ks, 0) == -1) {
153 for (ks = kc->kc_chain; ks;
158 nkcid = kstat_read(kc, ks, NULL);
198 "get_kstat_idle reading with kc %x and ks %p\n",
199 kc,
203 nkcid = kstat_read(kc, cpu_ks[cpu], &cpu_stat);