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:pages_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
percpu-vm.c
34
size_t
pages_size
= pcpu_nr_units * pcpu_unit_pages * sizeof(pages[0]);
in pcpu_get_pages()
local
39
pages = pcpu_mem_zalloc(
pages_size
, GFP_KERNEL);
in pcpu_get_pages()
H
A
D
percpu.c
2972
size_t
pages_size
;
in pcpu_page_first_chunk()
local
2994
pages_size
= PFN_ALIGN(unit_pages * num_possible_cpus() *
in pcpu_page_first_chunk()
2996
pages = memblock_alloc(
pages_size
, SMP_CACHE_BYTES);
in pcpu_page_first_chunk()
2999
pages_size
);
in pcpu_page_first_chunk()
3063
memblock_free_early(__pa(pages),
pages_size
);
in pcpu_page_first_chunk()
local
/kernel/linux/linux-6.6/mm/
H
A
D
percpu-vm.c
35
size_t
pages_size
= pcpu_nr_units * pcpu_unit_pages * sizeof(pages[0]);
in pcpu_get_pages()
local
40
pages = pcpu_mem_zalloc(
pages_size
, GFP_KERNEL);
in pcpu_get_pages()
H
A
D
percpu.c
3243
size_t
pages_size
;
in pcpu_page_first_chunk()
local
3265
pages_size
= PFN_ALIGN(unit_pages * num_possible_cpus() *
in pcpu_page_first_chunk()
3267
pages = memblock_alloc(
pages_size
, SMP_CACHE_BYTES);
in pcpu_page_first_chunk()
3270
pages_size
);
in pcpu_page_first_chunk()
3328
memblock_free(pages,
pages_size
);
in pcpu_page_first_chunk()
Completed in 9 milliseconds