Searched refs:ncstats (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c184 * ncstats has been deprecated, due to the integer size of the counters
189 struct ncstats ncstats; variable in typeref:struct:ncstats
417 ksp = kstat_create("unix", 0, "ncstats", "misc", KSTAT_TYPE_RAW,
418 sizeof (struct ncstats), KSTAT_FLAG_VIRTUAL);
420 ksp->ks_data = (void *) &ncstats;
468 ncstats.dbl_enters++;
474 "dnlc_enter_end:(%S) %d", "dbl enter", ncstats.dbl_enters);
482 ncstats.enters++;
485 "dnlc_enter_end:(%S) %d", "done", ncstats
[all...]
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1045 struct ncstats *ncstats = (struct ncstats *)(kp->ks_data); local
1047 assert(kp->ks_data_size == sizeof (struct ncstats));
1049 SAVE_INT32(ksi, ncstats, hits);
1050 SAVE_INT32(ksi, ncstats, misses);
1051 SAVE_INT32(ksi, ncstats, enters);
1052 SAVE_INT32(ksi, ncstats, dbl_enters);
1053 SAVE_INT32(ksi, ncstats, long_enter);
1054 SAVE_INT32(ksi, ncstats, long_loo
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Ddnlc.h102 * ncstats has been deprecated, due to the integer size of the counters
108 struct ncstats { struct
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs332 struct ncstats *ncstatsp;
335 PERL_ASSERT(kp->ks_data_size == sizeof (struct ncstats));
336 ncstatsp = (struct ncstats *)(kp->ks_data);
740 SAVE_FNP(raw_kstat_lookup, save_ncstats, "unix:ncstats");

Completed in 1337 milliseconds