HomeSort by relevance Sort by last modified time
    Searched refs:nkcid (Results 1 - 2 of 2) sorted by null

  /external/netperf/
netcpu_kstat.c 72 kid_t nkcid; local
118 nkcid = kstat_chain_update(kc);
119 if (nkcid)
121 /* UPDKCID will abort if nkcid is -1, so no need to check */
123 kcid = nkcid;
125 UPDKCID(nkcid,0);
158 nkcid = kstat_read(kc, ks, NULL);
164 UPDKCID(nkcid, kcid);
194 kid_t nkcid; local
203 nkcid = kstat_read(kc, cpu_ks[cpu], &cpu_stat)
    [all...]
netcpu_kstat10.c 125 kid_t nkcid; local
132 nkcid = kstat_read(kc, ksp, NULL);
133 if (nkcid != -1) {
211 kid_t nkcid; local
220 nkcid = kstat_read(kc, ksp, NULL);
221 if (nkcid != -1) {

Completed in 71 milliseconds