Home
last modified time | relevance | path

Searched refs:asoft_ksp (Results 1 – 4 of 4) sorted by relevance

/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_kstat.c87 sc->asoft_ksp = ksp; in drm_init_kstats()
95 if (sc->asoft_ksp) in drm_fini_kstats()
96 kstat_delete(sc->asoft_ksp); in drm_fini_kstats()
/gfx-drm/usr/src/uts/intel/io/agpgart/
H A Dagp_kstat.c126 sc->asoft_ksp = ksp; in agp_init_kstats()
134 ASSERT(sc->asoft_ksp); in agp_fini_kstats()
135 kstat_delete(sc->asoft_ksp); in agp_fini_kstats()
/gfx-drm/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h158 kstat_t *asoft_ksp; member
/gfx-drm/usr/src/uts/common/drm/
H A DdrmP.h1215 kstat_t *asoft_ksp; /* kstat support */ member