Home
last modified time | relevance | path

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

/dragonfly/sys/dev/powermng/amdtemp/
H A Damdtemp.c95 struct sysctl_oid *sc_sysctl_cpu[MAXCPU]; member
665 if (sc->sc_sysctl_cpu[i] != NULL) in amdtemp_intrhook()
674 sc->sc_sysctl_cpu[i] = SYSCTL_ADD_PROC(sysctlctx, in amdtemp_intrhook()
776 if (sc->sc_sysctl_cpu[i] != NULL) in amdtemp_detach()
777 sysctl_remove_oid(sc->sc_sysctl_cpu[i], 1, 0); in amdtemp_detach()