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:BP_DONE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
balloon.c
129
*
BP_DONE
: done or nothing to do,
136
BP_DONE
,
enumerator
140
} balloon_state =
BP_DONE
;
214
if (balloon_state ==
BP_DONE
) {
in update_schedule()
438
return
BP_DONE
;
in increase_reservation()
443
enum bp_state state =
BP_DONE
;
in decrease_reservation()
499
* Stop waiting if either state is
BP_DONE
and ballooning action is
500
* needed, or if the credit has changed while state is not
BP_DONE
.
504
if (balloon_state ==
BP_DONE
)
in balloon_thread_cond()
524
case
BP_DONE
in balloon_thread()
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
balloon.c
113
*
BP_DONE
: done or nothing to do,
120
BP_DONE
,
enumerator
124
} balloon_state =
BP_DONE
;
198
if (balloon_state ==
BP_DONE
) {
in update_schedule()
422
return
BP_DONE
;
in increase_reservation()
427
enum bp_state state =
BP_DONE
;
in decrease_reservation()
483
* Stop waiting if either state is
BP_DONE
and ballooning action is
484
* needed, or if the credit has changed while state is not
BP_DONE
.
488
if (balloon_state ==
BP_DONE
)
in balloon_thread_cond()
508
case
BP_DONE
in balloon_thread()
[all...]
Completed in 3 milliseconds