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:balloon_state
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
balloon.c
140
}
balloon_state
= BP_DONE;
variable
211
if (
balloon_state
== BP_WAIT ||
balloon_state
== BP_ECANCELED)
in update_schedule()
214
if (
balloon_state
== BP_DONE) {
in update_schedule()
226
balloon_state
= BP_ECANCELED;
in update_schedule()
235
balloon_state
= BP_EAGAIN;
in update_schedule()
504
if (
balloon_state
== BP_DONE)
in balloon_thread_cond()
523
switch (
balloon_state
) {
in balloon_thread()
550
balloon_state
= increase_reservation(credit);
in balloon_thread()
552
balloon_state
in balloon_thread()
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
balloon.c
124
}
balloon_state
= BP_DONE;
variable
195
if (
balloon_state
== BP_WAIT ||
balloon_state
== BP_ECANCELED)
in update_schedule()
198
if (
balloon_state
== BP_DONE) {
in update_schedule()
210
balloon_state
= BP_ECANCELED;
in update_schedule()
219
balloon_state
= BP_EAGAIN;
in update_schedule()
488
if (
balloon_state
== BP_DONE)
in balloon_thread_cond()
507
switch (
balloon_state
) {
in balloon_thread()
534
balloon_state
= increase_reservation(credit);
in balloon_thread()
536
balloon_state
in balloon_thread()
[all...]
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hv_balloon.c
450
struct
balloon_state
{
struct
519
struct
balloon_state
balloon_wrk;
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_balloon.c
454
struct
balloon_state
{
struct
527
struct
balloon_state
balloon_wrk;
Completed in 6 milliseconds