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

/opensolaris-onvv-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...]
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs331 struct ncstats *ncstatsp;
334 PERL_ASSERT(kp->ks_data_size == sizeof (struct ncstats));
335 ncstatsp = (struct ncstats *)(kp->ks_data);
738 SAVE_FNP(raw_kstat_lookup, save_ncstats, "unix:ncstats");

Completed in 101 milliseconds