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:SHMLBA
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/ltp/libs/libltpnewipc/
H
A
D
libnewipc.c
79
shm_id = safe_shmget(file, lineno, probe_key,
SHMLBA
* 2,
in probe_free_addr()
85
addr = (void *)(((unsigned long)(addr) + (
SHMLBA
- 1)) & ~(
SHMLBA
- 1));
in probe_free_addr()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
H
A
D
hugeshmat01.c
74
~(
SHMLBA
- 1)) +
SHMLBA
- 1);
in verify_hugeshmat()
126
orig_add = addr + ((unsigned long)tcases[i].addr %
SHMLBA
);
in check_functionality()
/third_party/musl/arch/generic/bits/
H
A
D
shm.h
2
#define
SHMLBA
(4*4096)
macro
4
#define
SHMLBA
4096
macro
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
H
A
D
shmat01.c
13
* down to the nearest multiple of
SHMLBA
when shmaddr is a page-unaligned
31
#define ALIGN_DOWN(in_addr) ((void *)(((uintptr_t)in_addr /
SHMLBA
) *
SHMLBA
))
133
unaligned_addr = aligned_addr +
SHMLBA
- 1;
in setup()
/third_party/ltp/testcases/kernel/mem/shmt/
H
A
D
shmt09.c
49
#define SHMBYTES (
SHMLBA
- 1)
66
#define INCREMENT
SHMLBA
147
/* SHM_RND rounds vp on the nearest multiple of
SHMLBA
*/
in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/src/ipc/
H
A
D
shmat.c
15
return (ret > -(unsigned long)
SHMLBA
) ? (void *)ret : (void *)addr;
in shmat()
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/porting/linux/user/arch/generic/bits/
H
A
D
shm.h
1
#define
SHMLBA
(4*4096)
macro
/third_party/musl/arch/arm/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/arch/i386/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/arch/microblaze/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/arch/mips/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/arch/or1k/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/arch/powerpc/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/arch/riscv32/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/arch/m68k/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/arch/mipsn32/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/arch/powerpc64/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/arch/sh/bits/
H
A
D
shm.h
1
#define
SHMLBA
16384
macro
/third_party/ltp/include/lapi/
H
A
D
mmap.h
94
# define MMAP_GRANULARITY
SHMLBA
/third_party/musl/porting/liteos_a/kernel/include/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H
A
D
shm.h
1
#define
SHMLBA
4096
macro
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/
H
A
D
shmdt02.c
41
unaligned_addr = non_attched_addr +
SHMLBA
- 1;
in setup()
Completed in 8 milliseconds
1
2