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

  /onnv/onnv-gate/usr/src/uts/common/sys/
dnlc.h 105 * ncstats has been deprecated, due to the integer size of the counters
111 struct ncstats { struct
  /onnv/onnv-gate/usr/src/uts/common/fs/
dnlc.c 185 * ncstats has been deprecated, due to the integer size of the counters
190 struct ncstats ncstats; variable in typeref:struct:ncstats
416 ksp = kstat_create("unix", 0, "ncstats", "misc", KSTAT_TYPE_RAW,
417 sizeof (struct ncstats), KSTAT_FLAG_VIRTUAL);
419 ksp->ks_data = (void *) &ncstats;
467 ncstats.dbl_enters++;
473 "dnlc_enter_end:(%S) %d", "dbl enter", ncstats.dbl_enters);
481 ncstats.enters++;
484 "dnlc_enter_end:(%S) %d", "done", ncstats.enters)
    [all...]

Completed in 1680 milliseconds