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:total_pages
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/set_mempolicy/
H
A
D
set_mempolicy04.c
61
unsigned int
total_pages
= 0;
in alloc_and_check()
local
75
total_pages
+= size;
in alloc_and_check()
80
float treshold = 1.00 *
total_pages
/ 60; /* five percents */
in alloc_and_check()
81
float min_pages = 1.00 *
total_pages
/ nodes->cnt - treshold;
in alloc_and_check()
82
float max_pages = 1.00 *
total_pages
/ nodes->cnt + treshold;
in alloc_and_check()
95
if (sum_pages !=
total_pages
) {
in alloc_and_check()
97
sum_pages,
total_pages
);
in alloc_and_check()
101
tst_res(TPASS, "Sum of nodes equals to allocated pages (%u)",
total_pages
);
in alloc_and_check()
/third_party/backends/backend/
H
A
D
hp5590_low.c
118
unsigned int
total_pages
;
member
591
bulk_read_state->
total_pages
= 0;
in hp5590_low_init_bulk_read_state()
702
bulk_read_state->
total_pages
++;
in hp5590_bulk_read()
704
__func__, bulk_read_state->
total_pages
);
in hp5590_bulk_read()
709
if ( bulk_read_state->
total_pages
== 1
in hp5590_bulk_read()
710
|| bulk_read_state->
total_pages
% next_pages == 0)
in hp5590_bulk_read()
/third_party/ltp/testcases/kernel/mce-test/tools/
H
A
D
page-types.c
196
static unsigned long
total_pages
;
variable
401
total_pages
, pages2mb(
total_pages
));
in show_summary()
564
total_pages
++;
in add_page()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_job_render.c
542
uint64_t
total_pages
;
in pvr_rt_get_mlist_size()
local
548
total_pages
= (global_free_list->size + local_free_list->size) >>
in pvr_rt_get_mlist_size()
554
num_pte_pages = DIV_ROUND_UP(
total_pages
, ROGUE_NUM_PT_ENTRIES_PER_PAGE);
in pvr_rt_get_mlist_size()
Completed in 5 milliseconds