Home
last modified time | relevance | path

Searched refs:axq_counters_ksp (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Daxq.c591 if (softsp->axq_counters_ksp != (kstat_t *)NULL) { in axq_detach()
592 kstat_delete(softsp->axq_counters_ksp); in axq_detach()
1430 struct kstat *axq_counters_ksp; in axq_add_kstats() local
1452 if ((axq_counters_ksp = kstat_create("axq", in axq_add_kstats()
1462 (struct kstat_named *)(axq_counters_ksp->ks_data); in axq_add_kstats()
1477 axq_counters_ksp->ks_update = axq_counters_kstat_update; in axq_add_kstats()
1478 axq_counters_ksp->ks_private = (void *)softsp; in axq_add_kstats()
1480 kstat_install(axq_counters_ksp); in axq_add_kstats()
1483 softsp->axq_counters_ksp = axq_counters_ksp; in axq_add_kstats()
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Daxq.h323 kstat_t *axq_counters_ksp; /* perf counter kstat */ member