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:shmmax
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
run_vmtests.sh
211
shmmax
=$(cat /proc/sys/kernel/
shmmax
)
213
echo 268435456 > /proc/sys/kernel/
shmmax
216
echo "$
shmmax
" > /proc/sys/kernel/
shmmax
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
H
A
D
shm_test_004.cpp
69
ICUNIT_GOTO_EQUAL(info.
shmmax
, 0x1000000, info.
shmmax
, ERROR_OUT);
in Testcase()
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H
A
D
shmbuf.h
40
unsigned long
shmmax
;
member
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
shmbuf.h
46
unsigned long
shmmax
;
member
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
shmbuf.h
40
unsigned long
shmmax
;
member
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
shmbuf.h
37
unsigned long
shmmax
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
shmbuf.h
49
unsigned long
shmmax
;
member
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
shmbuf.h
40
unsigned long
shmmax
;
member
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
shmbuf.h
48
unsigned long
shmmax
;
member
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
shmbuf.h
50
unsigned long
shmmax
;
member
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
H
A
D
shmbuf.h
43
unsigned long
shmmax
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
shmbuf.h
31
unsigned long
shmmax
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
shmbuf.h
44
unsigned long
shmmax
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
shmbuf.h
44
unsigned long
shmmax
;
member
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
shmbuf.h
47
unsigned long
shmmax
;
member
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
shmbuf.h
30
__kernel_ulong_t
shmmax
;
member
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
shmbuf.h
50
unsigned long
shmmax
;
member
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H
A
D
shmbuf.h
42
unsigned long
shmmax
;
member
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
shmbuf.h
34
__kernel_ulong_t
shmmax
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
shmbuf.h
51
unsigned long
shmmax
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
shmbuf.h
51
unsigned long
shmmax
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
shmbuf.h
37
__kernel_ulong_t
shmmax
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
shmbuf.h
37
__kernel_ulong_t
shmmax
;
member
/kernel/linux/linux-5.10/ipc/
H
A
D
shm.c
13
* Make
shmmax
, shmall, shmmni sysctl'able, Christoph Rohland <cr@sap.com>
906
if (in->
shmmax
> INT_MAX)
in copy_shminfo_to_user()
907
out.
shmmax
= INT_MAX;
in copy_shminfo_to_user()
909
out.
shmmax
= (int)in->
shmmax
;
in copy_shminfo_to_user()
1043
shminfo->
shmmax
= ns->shm_ctlmax;
in shmctl_ipc_info()
1325
compat_ulong_t
shmmax
;
member
1345
if (in->
shmmax
> INT_MAX)
in copy_compat_shminfo_to_user()
1346
in->
shmmax
= INT_MAX;
in copy_compat_shminfo_to_user()
1350
info.
shmmax
in copy_compat_shminfo_to_user()
[all...]
/kernel/linux/linux-6.6/ipc/
H
A
D
shm.c
13
* Make
shmmax
, shmall, shmmni sysctl'able, Christoph Rohland <cr@sap.com>
916
if (in->
shmmax
> INT_MAX)
in copy_shminfo_to_user()
917
out.
shmmax
= INT_MAX;
in copy_shminfo_to_user()
919
out.
shmmax
= (int)in->
shmmax
;
in copy_shminfo_to_user()
1053
shminfo->
shmmax
= ns->shm_ctlmax;
in shmctl_ipc_info()
1335
compat_ulong_t
shmmax
;
member
1355
if (in->
shmmax
> INT_MAX)
in copy_compat_shminfo_to_user()
1356
in->
shmmax
= INT_MAX;
in copy_compat_shminfo_to_user()
1360
info.
shmmax
in copy_compat_shminfo_to_user()
[all...]
Completed in 10 milliseconds
1
2