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:pcpu_mem_zalloc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
percpu-vm.c
39
pages =
pcpu_mem_zalloc
(pages_size, GFP_KERNEL);
in pcpu_get_pages()
H
A
D
percpu.c
471
*
pcpu_mem_zalloc
- allocate memory
483
static void *
pcpu_mem_zalloc
(size_t size, gfp_t gfp)
in pcpu_mem_zalloc()
function
498
* Free @ptr. @ptr should have been allocated using
pcpu_mem_zalloc
().
1401
chunk =
pcpu_mem_zalloc
(pcpu_chunk_struct_size, gfp);
in pcpu_alloc_chunk()
1409
chunk->alloc_map =
pcpu_mem_zalloc
(BITS_TO_LONGS(region_bits) *
in pcpu_alloc_chunk()
1414
chunk->bound_map =
pcpu_mem_zalloc
(BITS_TO_LONGS(region_bits + 1) *
in pcpu_alloc_chunk()
1419
chunk->md_blocks =
pcpu_mem_zalloc
(pcpu_chunk_nr_blocks(chunk) *
in pcpu_alloc_chunk()
1427
pcpu_mem_zalloc
(pcpu_chunk_map_bits(chunk) *
in pcpu_alloc_chunk()
/kernel/linux/linux-6.6/mm/
H
A
D
percpu-vm.c
40
pages =
pcpu_mem_zalloc
(pages_size, GFP_KERNEL);
in pcpu_get_pages()
H
A
D
percpu.c
492
*
pcpu_mem_zalloc
- allocate memory
504
static void *
pcpu_mem_zalloc
(size_t size, gfp_t gfp)
in pcpu_mem_zalloc()
function
519
* Free @ptr. @ptr should have been allocated using
pcpu_mem_zalloc
().
1443
chunk =
pcpu_mem_zalloc
(pcpu_chunk_struct_size, gfp);
in pcpu_alloc_chunk()
1451
chunk->alloc_map =
pcpu_mem_zalloc
(BITS_TO_LONGS(region_bits) *
in pcpu_alloc_chunk()
1456
chunk->bound_map =
pcpu_mem_zalloc
(BITS_TO_LONGS(region_bits + 1) *
in pcpu_alloc_chunk()
1461
chunk->md_blocks =
pcpu_mem_zalloc
(pcpu_chunk_nr_blocks(chunk) *
in pcpu_alloc_chunk()
1469
pcpu_mem_zalloc
(pcpu_chunk_map_bits(chunk) *
in pcpu_alloc_chunk()
Completed in 10 milliseconds