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:mappages
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/mem/mmapstress/
H
A
D
mmapstress01.c
136
unsigned int
mappages
;
in child_mapper()
local
149
mappages
= roundup(mapsize, pagesize) / pagesize;
in child_mapper()
152
int pageoffset = lrand48() %
mappages
;
in child_mapper()
157
mappages
-= pageoffset;
in child_mapper()
171
randpage = lrand48() %
mappages
;
in child_mapper()
174
if (randpage <
mappages
- 1 || !(mapsize % pagesize))
in child_mapper()
191
randpage = lrand48() %
mappages
;
in child_mapper()
193
if (msync(paddr, (
mappages
- randpage) * pagesize,
in child_mapper()
209
unsigned int
mappages
;
in fileokay()
local
220
mappages
in fileokay()
[all...]
H
A
D
mmapstress09.c
104
unsigned
mappages
;
variable
218
mappages
= roundup(mapsize, pagesize) / pagesize;
in main()
221
for (i = 0; i <
mappages
; i++) {
in main()
395
randpage = lrand48() %
mappages
;
in child_mapper()
421
randpage = (unsigned)lrand48() %
mappages
;
in child_mapper()
423
if (msync((caddr_t) paddr, (
mappages
- randpage) * pagesize,
in child_mapper()
442
for (i = 0; i <
mappages
; i++) {
in mapokay()
H
A
D
mmapstress10.c
539
unsigned
mappages
;
local
582
mappages
= roundup(mapsize_mapper, pagesize) / pagesize;
585
int pageoffset = lrand48() %
mappages
;
589
mappages
-= pageoffset;
626
randpage = lrand48() %
mappages
;
629
if (randpage <
mappages
- 1 || !(mapsize_mapper % pagesize))
663
randpage = lrand48() %
mappages
;
665
if (msync(paddr, (
mappages
- randpage) * pagesize,
793
unsigned
mappages
;
local
831
mappages
[all...]
Completed in 2 milliseconds