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:vmap_block_queue
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
vmalloc.c
1483
struct
vmap_block_queue
{
struct
1499
static DEFINE_PER_CPU(struct
vmap_block_queue
,
vmap_block_queue
);
1541
struct
vmap_block_queue
*vbq;
in new_vmap_block()
1582
vbq = &get_cpu_var(
vmap_block_queue
);
in new_vmap_block()
1586
put_cpu_var(
vmap_block_queue
);
in new_vmap_block()
1607
struct
vmap_block_queue
*vbq = &per_cpu(
vmap_block_queue
, cpu);
in purge_fragmented_blocks()
1647
struct
vmap_block_queue
*vbq;
in vb_alloc()
1665
vbq = &get_cpu_var(
vmap_block_queue
);
in vb_alloc()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
vmalloc.c
1921
struct
vmap_block_queue
{
struct
1945
static DEFINE_PER_CPU(struct
vmap_block_queue
,
vmap_block_queue
);
1951
* A per-cpu
vmap_block_queue
is used in both ways, to serialize
1988
return &per_cpu(
vmap_block_queue
, index).vmap_blocks;
in addr_to_vb_xa()
2024
struct
vmap_block_queue
*vbq;
in new_vmap_block()
2070
vbq = raw_cpu_ptr(&
vmap_block_queue
);
in new_vmap_block()
2096
struct
vmap_block_queue
*vbq, struct list_head *purge_list,
in purge_fragmented_block()
2134
struct
vmap_block_queue
*vbq = &per_cpu(
vmap_block_queue
, cp
in purge_fragmented_blocks()
[all...]
Completed in 8 milliseconds