Searched refs:CF_DEBUG (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/kern/ |
| D | kern_cpu.c | 95 #define CF_DEBUG(msg...) do { \ macro 154 CF_DEBUG("initializing %s\n", device_get_nameunit(dev)); in cpufreq_attach() 183 CF_DEBUG("initializing one-time data for %s\n", in cpufreq_attach() 221 CF_DEBUG("shutdown %s\n", device_get_nameunit(dev)); in cpufreq_detach() 233 CF_DEBUG("final shutdown for %s\n", device_get_nameunit(dev)); in cpufreq_detach() 283 CF_DEBUG("ignoring, curr prio %d less than %d\n", priority, in cf_set_method() 296 CF_DEBUG("NULL level, no saved level\n"); in cf_set_method() 302 CF_DEBUG("restoring saved level, freq %d prio %d\n", in cf_set_method() 308 CF_DEBUG("rejecting freq %d, less than %d limit\n", in cf_set_method() 316 CF_DEBUG("skipping freq %d, same as current level %d\n", in cf_set_method() [all …]
|