Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/amdtemp/
H A Damdtemp.c76 struct sysctl_oid *sc_sysctl_cpu[MAXCPU]; member
547 if (sc->sc_sysctl_cpu[i] != NULL) in amdtemp_intrhook()
556 sc->sc_sysctl_cpu[i] = SYSCTL_ADD_PROC(sysctlctx, in amdtemp_intrhook()
574 if (sc->sc_sysctl_cpu[i] != NULL) in amdtemp_detach()
575 sysctl_remove_oid(sc->sc_sysctl_cpu[i], 1, 0); in amdtemp_detach()