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:ha_region
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hv_balloon.c
930
struct hv_hotadd_state *
ha_region
= NULL;
in process_hot_add()
local
951
ha_region
= kzalloc(sizeof(struct hv_hotadd_state), GFP_KERNEL);
in process_hot_add()
952
if (!
ha_region
)
in process_hot_add()
955
INIT_LIST_HEAD(&
ha_region
->list);
in process_hot_add()
956
INIT_LIST_HEAD(&
ha_region
->gap_list);
in process_hot_add()
958
ha_region
->start_pfn = rg_start;
in process_hot_add()
959
ha_region
->ha_end_pfn = rg_start;
in process_hot_add()
960
ha_region
->covered_start_pfn = pg_start;
in process_hot_add()
961
ha_region
->covered_end_pfn = pg_start;
in process_hot_add()
962
ha_region
in process_hot_add()
1481
union dm_mem_page_range *
ha_region
;
balloon_onchannelcallback()
local
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_balloon.c
945
struct hv_hotadd_state *
ha_region
= NULL;
in process_hot_add()
local
965
ha_region
= kzalloc(sizeof(struct hv_hotadd_state), GFP_KERNEL);
in process_hot_add()
966
if (!
ha_region
)
in process_hot_add()
969
INIT_LIST_HEAD(&
ha_region
->list);
in process_hot_add()
970
INIT_LIST_HEAD(&
ha_region
->gap_list);
in process_hot_add()
972
ha_region
->start_pfn = rg_start;
in process_hot_add()
973
ha_region
->ha_end_pfn = rg_start;
in process_hot_add()
974
ha_region
->covered_start_pfn = pg_start;
in process_hot_add()
975
ha_region
->covered_end_pfn = pg_start;
in process_hot_add()
976
ha_region
in process_hot_add()
1525
union dm_mem_page_range *
ha_region
;
balloon_onchannelcallback()
local
[all...]
Completed in 4 milliseconds