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:old_limit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H
A
D
amd.c
303
u16
old_limit
;
member
402
} else if (tr->
old_limit
) { /* change limit w/o reset */
in threshold_restart_bank()
404
(tr->
old_limit
- tr->b->threshold_limit);
in threshold_restart_bank()
1124
tr.
old_limit
= b->threshold_limit;
in store_threshold_limit()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H
A
D
amd.c
341
u16
old_limit
;
member
440
} else if (tr->
old_limit
) { /* change limit w/o reset */
in threshold_restart_bank()
442
(tr->
old_limit
- tr->b->threshold_limit);
in threshold_restart_bank()
956
tr.
old_limit
= b->threshold_limit;
in store_threshold_limit()
/kernel/linux/linux-5.10/net/mpls/
H
A
D
af_mpls.c
2531
size_t
old_limit
;
in resize_platform_label_table()
local
2576
old_limit
= net->mpls.platform_labels;
in resize_platform_label_table()
2579
for (index = limit; index <
old_limit
; index++)
in resize_platform_label_table()
2584
if (
old_limit
< limit)
in resize_platform_label_table()
2585
cp_size =
old_limit
* sizeof(struct mpls_route *);
in resize_platform_label_table()
2590
if ((
old_limit
<= MPLS_LABEL_IPV6NULL) &&
in resize_platform_label_table()
2596
if ((
old_limit
<= MPLS_LABEL_IPV4NULL) &&
in resize_platform_label_table()
/kernel/linux/linux-6.6/net/mpls/
H
A
D
af_mpls.c
2524
size_t
old_limit
;
in resize_platform_label_table()
local
2569
old_limit
= net->mpls.platform_labels;
in resize_platform_label_table()
2572
for (index = limit; index <
old_limit
; index++)
in resize_platform_label_table()
2577
if (
old_limit
< limit)
in resize_platform_label_table()
2578
cp_size =
old_limit
* sizeof(struct mpls_route *);
in resize_platform_label_table()
2583
if ((
old_limit
<= MPLS_LABEL_IPV6NULL) &&
in resize_platform_label_table()
2589
if ((
old_limit
<= MPLS_LABEL_IPV4NULL) &&
in resize_platform_label_table()
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.c
5875
unsigned int
old_limit
= bfqq->inject_limit;
in bfq_update_inject_limit()
local
5880
if (tot_time_ns >= threshold &&
old_limit
> 0) {
in bfq_update_inject_limit()
5884
old_limit
<= bfqd->max_rq_in_driver)
in bfq_update_inject_limit()
5907
bfqq->inject_limit = max_t(unsigned int, 1,
old_limit
);
in bfq_update_inject_limit()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
6589
unsigned int
old_limit
= bfqq->inject_limit;
in bfq_update_inject_limit()
local
6594
if (tot_time_ns >= threshold &&
old_limit
> 0) {
in bfq_update_inject_limit()
6598
old_limit
<= bfqd->max_rq_in_driver)
in bfq_update_inject_limit()
6621
bfqq->inject_limit = max_t(unsigned int, 1,
old_limit
);
in bfq_update_inject_limit()
Completed in 28 milliseconds