summaryrefslogtreecommitdiff
path: root/sys/kern/subr_cpufreq.c
AgeCommit message (Expand)Author
2023-04-09kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)riastradh
2014-02-12Unlock correct mutex in an error path.martin
2011-10-27Revert the revision 1.5 in cpufreq(9). Instead, document that the KPI canjruoho
2011-10-25back to using timespec, but convert to microseconds to prevent overflow.christos
2011-10-25Use microsecond rather than nanosecond resolution when sampling latencies.jruoho
2011-10-20Do not use xcall(9) in cpufreq_register(9), as it requires kthreads to bejruoho
2011-09-30Remove redundant assignment.jruoho
2011-09-30Fix bugs noted by alnsn@. Namely, preallocate the global structure injruoho
2011-09-28Initialize cpufreq(9) normally from main().jruoho
2011-09-28Add a simple cpufreq(9).jruoho