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:warn_limit
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
panic.c
60
static unsigned int
warn_limit
__read_mostly;
91
.procname = "
warn_limit
",
92
.data = &
warn_limit
,
93
.maxlen = sizeof(
warn_limit
),
230
limit = READ_ONCE(
warn_limit
);
in check_panic_on_warn()
232
panic("%s: system warned too often (kernel.
warn_limit
is %d)",
in check_panic_on_warn()
/kernel/linux/linux-6.6/kernel/
H
A
D
panic.c
64
static unsigned int
warn_limit
__read_mostly;
96
.procname = "
warn_limit
",
97
.data = &
warn_limit
,
98
.maxlen = sizeof(
warn_limit
),
238
limit = READ_ONCE(
warn_limit
);
in check_panic_on_warn()
240
panic("%s: system warned too often (kernel.
warn_limit
is %d)",
in check_panic_on_warn()
/kernel/linux/linux-5.10/mm/
H
A
D
percpu.c
1685
static int
warn_limit
= 10;
in pcpu_alloc()
local
1856
if (!is_atomic && do_warn &&
warn_limit
) {
in pcpu_alloc()
1860
if (!--
warn_limit
)
in pcpu_alloc()
/kernel/linux/linux-6.6/mm/
H
A
D
percpu.c
1726
static int
warn_limit
= 10;
in pcpu_alloc()
local
1893
if (do_warn &&
warn_limit
) {
in pcpu_alloc()
1898
if (!--
warn_limit
)
in pcpu_alloc()
Completed in 14 milliseconds