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:STACK_WARN
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
irq.c
83
* Check for stack overflow: is there less than
STACK_WARN
free?
in check_stack_overflow()
84
*
STACK_WARN
is defined as 1/8 of THREAD_SIZE by default.
in check_stack_overflow()
86
if (unlikely(sp < (sizeof(struct thread_info) +
STACK_WARN
))) {
in check_stack_overflow()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
thread_info.h
48
#define
STACK_WARN
(THREAD_SIZE >> 3)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
thread_info.h
101
#define
STACK_WARN
(THREAD_SIZE / 8)
macro
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
irq.c
84
* Check for stack overflow: is there less than
STACK_WARN
free?
in check_stack_overflow()
85
*
STACK_WARN
is defined as 1/8 of THREAD_SIZE by default.
in check_stack_overflow()
87
if (unlikely(sp < (sizeof(struct thread_info) +
STACK_WARN
))) {
in check_stack_overflow()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
thread_info.h
47
#define
STACK_WARN
(THREAD_SIZE >> 3)
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
thread_info.h
103
#define
STACK_WARN
(THREAD_SIZE / 8)
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
thread_info.h
159
#define
STACK_WARN
(THREAD_SIZE/8)
macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
irq_32.c
38
return sp < (sizeof(struct thread_info) +
STACK_WARN
);
in check_stack_overflow()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
thread_info.h
149
#define
STACK_WARN
(THREAD_SIZE/8)
macro
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
irq_32.c
39
return sp < (sizeof(struct thread_info) +
STACK_WARN
);
in check_stack_overflow()
/kernel/linux/linux-5.10/arch/sh/lib/
H
A
D
mcount.S
52
mov #(
STACK_WARN
>> 8), r2; \
/kernel/linux/linux-6.6/arch/sh/lib/
H
A
D
mcount.S
52
mov #(
STACK_WARN
>> 8), r2; \
Completed in 7 milliseconds