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
defs:page_sz
(Results
1 - 24
of
24
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mmap/
H
A
D
mmap08.c
19
static size_t
page_sz
;
variable
H
A
D
mmap02.c
20
static ssize_t
page_sz
;
variable
H
A
D
mmap04.c
57
static size_t
page_sz
;
variable
[all...]
H
A
D
mmap07.c
53
static size_t
page_sz
;
variable
H
A
D
mmap06.c
23
static size_t
page_sz
;
variable
H
A
D
mmap05.c
22
static size_t
page_sz
;
variable
H
A
D
mmap03.c
60
static size_t
page_sz
;
variable
[all...]
H
A
D
mmap13.c
49
static size_t
page_sz
;
variable
H
A
D
mmap12.c
47
size_t
page_sz
;
in page_check()
local
H
A
D
mmap01.c
58
static size_t
page_sz
;
variable
/third_party/ltp/testcases/kernel/syscalls/mremap/
H
A
D
mremap03.c
153
int
page_sz
; /* system page size */
in setup()
local
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H
A
D
hugemmap02.c
50
long
page_sz
, map_sz;
in test_hugemmap()
local
H
A
D
hugemmap01.c
40
long
page_sz
= 0;
in test_hugemmap()
local
/third_party/ltp/testcases/kernel/syscalls/msync/
H
A
D
msync02.c
81
size_t
page_sz
; /* system page size */
variable
H
A
D
msync01.c
82
size_t
page_sz
; /* system page size */
variable
H
A
D
msync03.c
62
static size_t
page_sz
;
variable
/third_party/ltp/testcases/kernel/syscalls/munmap/
H
A
D
munmap02.c
86
static size_t
page_sz
;
variable
H
A
D
munmap01.c
153
size_t
page_sz
;
in setup()
local
H
A
D
munmap03.c
48
static size_t
page_sz
;
variable
/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/
H
A
D
remap_file_pages01.c
94
static int
page_sz
;
variable
[all...]
H
A
D
remap_file_pages02.c
48
static unsigned int
page_sz
;
variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H
A
D
mprotect04.c
58
static unsigned int
page_sz
;
variable
185
uintptr_t
page_sz
= getpagesize();
in get_func()
local
[all...]
/third_party/ltp/testcases/kernel/mem/mtest06/
H
A
D
mmap1.c
49
static unsigned long
page_sz
;
variable
/third_party/libbpf/src/
H
A
D
libbpf.c
1600
const long
page_sz
= sysconf(_SC_PAGE_SIZE);
local
2519
__u32
page_sz
= sysconf(_SC_PAGE_SIZE);
local
Completed in 23 milliseconds