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:hv_dynmem_device
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_balloon.c
511
struct
hv_dynmem_device
{
struct
583
static struct
hv_dynmem_device
dm_device;
585
static void post_status(struct
hv_dynmem_device
*dm);
1000
struct
hv_dynmem_device
*dm = &dm_device;
in hot_add_req()
1078
static void process_info(struct
hv_dynmem_device
*dm, struct dm_info_msg *msg)
in process_info()
1134
static unsigned long get_pages_committed(struct
hv_dynmem_device
*dm)
in get_pages_committed()
1153
static void post_status(struct
hv_dynmem_device
*dm)
in post_status()
1217
static void free_balloon_pages(struct
hv_dynmem_device
*dm,
in free_balloon_pages()
1236
static unsigned int alloc_balloon_pages(struct
hv_dynmem_device
*dm,
in alloc_balloon_pages()
1377
static void balloon_down(struct
hv_dynmem_device
*d
[all...]
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hv_balloon.c
503
struct
hv_dynmem_device
{
struct
568
static struct
hv_dynmem_device
dm_device;
570
static void post_status(struct
hv_dynmem_device
*dm);
986
struct
hv_dynmem_device
*dm = &dm_device;
in hot_add_req()
1065
static void process_info(struct
hv_dynmem_device
*dm, struct dm_info_msg *msg)
in process_info()
1126
static void post_status(struct
hv_dynmem_device
*dm)
in post_status()
1188
static void free_balloon_pages(struct
hv_dynmem_device
*dm,
in free_balloon_pages()
1206
static unsigned int alloc_balloon_pages(struct
hv_dynmem_device
*dm,
in alloc_balloon_pages()
1345
static void balloon_down(struct
hv_dynmem_device
*dm,
in balloon_down()
1382
struct
hv_dynmem_device
*d
in dm_thread_func()
[all...]
Completed in 5 milliseconds