Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:governor_attr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
cpufreq_governor_attr_set.c
16
static inline struct
governor_attr
*to_gov_attr(struct attribute *attr)
in to_gov_attr()
18
return container_of(attr, struct
governor_attr
, attr);
in to_gov_attr()
24
struct
governor_attr
*gattr = to_gov_attr(attr);
in governor_show()
33
struct
governor_attr
*gattr = to_gov_attr(attr);
in governor_store()
H
A
D
cpufreq_governor.h
71
static struct
governor_attr
_name = \
75
static struct
governor_attr
_name = \
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
cpufreq_governor_attr_set.c
11
static inline struct
governor_attr
*to_gov_attr(struct attribute *attr)
in to_gov_attr()
13
return container_of(attr, struct
governor_attr
, attr);
in to_gov_attr()
19
struct
governor_attr
*gattr = to_gov_attr(attr);
in governor_show()
28
struct
governor_attr
*gattr = to_gov_attr(attr);
in governor_store()
H
A
D
cpufreq_governor.h
72
static struct
governor_attr
_name = __ATTR_RO(_name)
75
static struct
governor_attr
_name = __ATTR_RW(_name)
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
cpufreq_schedutil.c
652
static struct
governor_attr
rate_limit_us = __ATTR_RW(rate_limit_us);
/kernel/linux/linux-5.10/include/linux/
H
A
D
cpufreq.h
651
struct
governor_attr
{
struct
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
cpufreq_schedutil.c
584
static struct
governor_attr
rate_limit_us = __ATTR_RW(rate_limit_us);
/kernel/linux/linux-6.6/include/linux/
H
A
D
cpufreq.h
672
struct
governor_attr
{
struct
Completed in 10 milliseconds