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:max_limit
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
dynamic_queue_limits.c
101
limit = clamp(limit, dql->min_limit, dql->
max_limit
);
in dql_completed()
133
dql->
max_limit
= DQL_MAX_LIMIT;
in dql_init()
/kernel/linux/linux-6.6/lib/
H
A
D
dynamic_queue_limits.c
101
limit = clamp(limit, dql->min_limit, dql->
max_limit
);
in dql_completed()
133
dql->
max_limit
= DQL_MAX_LIMIT;
in dql_init()
/kernel/linux/linux-5.10/include/linux/
H
A
D
dynamic_queue_limits.h
62
unsigned int
max_limit
; /* Max limit */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
dynamic_queue_limits.h
62
unsigned int
max_limit
; /* Max limit */
member
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
intel_pstate.c
1752
u32
max_limit
= (hwp_req & 0xff00) >> 8;
in intel_pstate_hwp_boost_up()
local
1771
if (
max_limit
== min_limit || cpu->hwp_boost_min >=
max_limit
)
in intel_pstate_hwp_boost_up()
1785
max_limit
!= HWP_GUARANTEED_PERF(cpu->hwp_cap_cached))
in intel_pstate_hwp_boost_up()
1786
cpu->hwp_boost_min =
max_limit
;
in intel_pstate_hwp_boost_up()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
intel_pstate.c
2095
u32
max_limit
= (hwp_req & 0xff00) >> 8;
in intel_pstate_hwp_boost_up()
local
2114
if (
max_limit
== min_limit || cpu->hwp_boost_min >=
max_limit
)
in intel_pstate_hwp_boost_up()
2128
max_limit
!= HWP_GUARANTEED_PERF(hwp_cap))
in intel_pstate_hwp_boost_up()
2129
cpu->hwp_boost_min =
max_limit
;
in intel_pstate_hwp_boost_up()
/kernel/linux/linux-5.10/net/core/
H
A
D
net-sysfs.c
1353
BQL_ATTR(limit_max,
max_limit
);
/kernel/linux/linux-6.6/net/core/
H
A
D
net-sysfs.c
1430
BQL_ATTR(limit_max,
max_limit
);
Completed in 18 milliseconds