OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_cpufreq.c
334
cpufreq_get_state(uint32_t freq, struct cpufreq_state *
cfs
)
340
if (cf->cf_init != true ||
cfs
== NULL) {
345
cpufreq_get_state_raw(freq,
cfs
);
352
cpufreq_get_state_index(uint32_t index, struct cpufreq_state *
cfs
)
358
if (cf->cf_init != true ||
cfs
== NULL) {
368
memcpy(
cfs
, &cf->cf_state[index], sizeof(*
cfs
));
375
cpufreq_get_state_raw(uint32_t freq, struct cpufreq_state *
cfs
)
382
KASSERT(
cfs
!= NULL);
400
memcpy(
cfs
, &cf->cf_state[i], sizeof(*cfs))
478
struct cpufreq_state
cfs
;
local in function:cpufreq_set_step
[
all
...]
subr_cpufreq.c
334
cpufreq_get_state(uint32_t freq, struct cpufreq_state *
cfs
)
340
if (cf->cf_init != true ||
cfs
== NULL) {
345
cpufreq_get_state_raw(freq,
cfs
);
352
cpufreq_get_state_index(uint32_t index, struct cpufreq_state *
cfs
)
358
if (cf->cf_init != true ||
cfs
== NULL) {
368
memcpy(
cfs
, &cf->cf_state[index], sizeof(*
cfs
));
375
cpufreq_get_state_raw(uint32_t freq, struct cpufreq_state *
cfs
)
382
KASSERT(
cfs
!= NULL);
400
memcpy(
cfs
, &cf->cf_state[i], sizeof(*cfs))
478
struct cpufreq_state
cfs
;
local in function:cpufreq_set_step
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025