Searched refs:nkcid (Results 1 – 2 of 2) sorted by relevance
/external/netperf/ |
D | netcpu_kstat.c | 72 kid_t nkcid; in open_kstat() local 118 nkcid = kstat_chain_update(kc); in open_kstat() 119 if (nkcid) in open_kstat() 123 kcid = nkcid; in open_kstat() 125 UPDKCID(nkcid,0); in open_kstat() 158 nkcid = kstat_read(kc, ks, NULL); in open_kstat() 164 UPDKCID(nkcid, kcid); in open_kstat() 194 kid_t nkcid; local 203 nkcid = kstat_read(kc, cpu_ks[cpu], &cpu_stat); 205 UPDKCID(nkcid, kcid);
|
D | netcpu_kstat10.c | 125 kid_t nkcid; in get_cpu_counters() local 132 nkcid = kstat_read(kc, ksp, NULL); in get_cpu_counters() 133 if (nkcid != -1) { in get_cpu_counters() 211 kid_t nkcid; in get_interrupt_counters() local 220 nkcid = kstat_read(kc, ksp, NULL); in get_interrupt_counters() 221 if (nkcid != -1) { in get_interrupt_counters()
|