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:minsigstksz
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H
A
D
amx.c
461
unsigned long
minsigstksz
;
in test_dynamic_sigaltstack()
local
464
minsigstksz
= getauxval(AT_MINSIGSTKSZ);
in test_dynamic_sigaltstack()
465
printf("\tAT_MINSIGSTKSZ = %lu\n",
minsigstksz
);
in test_dynamic_sigaltstack()
472
if (
minsigstksz
== 0) {
in test_dynamic_sigaltstack()
477
enough_size =
minsigstksz
* 2;
in test_dynamic_sigaltstack()
486
small_size =
minsigstksz
- xtiledata.size;
in test_dynamic_sigaltstack()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/
H
A
D
test_signals_utils.c
254
td->
minsigstksz
= getauxval(AT_MINSIGSTKSZ);
in test_init()
255
if (!td->
minsigstksz
)
in test_init()
256
td->
minsigstksz
= MINSIGSTKSZ;
in test_init()
257
fprintf(stderr, "Detected MINSTKSIGSZ:%d\n", td->
minsigstksz
);
in test_init()
H
A
D
test_signals.h
59
unsigned int
minsigstksz
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/
H
A
D
test_signals_utils.c
311
td->
minsigstksz
= getauxval(AT_MINSIGSTKSZ);
in test_init()
312
if (!td->
minsigstksz
)
in test_init()
313
td->
minsigstksz
= MINSIGSTKSZ;
in test_init()
314
fprintf(stderr, "Detected MINSTKSIGSZ:%d\n", td->
minsigstksz
);
in test_init()
H
A
D
test_signals.h
64
unsigned int
minsigstksz
;
member
Completed in 3 milliseconds