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:wakeup_all
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
async_pf.c
106
if (work->
wakeup_all
)
in kvm_flush_and_free_async_pf_work()
204
work->
wakeup_all
= false;
in kvm_setup_async_pf()
235
work->
wakeup_all
= true;
in kvm_async_pf_wakeup_all()
/kernel/linux/linux-5.10/virt/kvm/
H
A
D
async_pf.c
183
work->
wakeup_all
= false;
in kvm_setup_async_pf()
215
work->
wakeup_all
= true;
in kvm_async_pf_wakeup_all()
/kernel/linux/linux-6.6/drivers/char/xillybus/
H
A
D
xillyusb.c
184
struct mutex process_in_mutex; /* synchronize
wakeup_all
() */
567
* process_bulk_in() after
wakeup_all
()'s execution: The latter zeroes all
570
* a non-zero value by report_io_error() prior to queueing
wakeup_all
(),
573
* The fact that
wakeup_all
() and bulk_in_work() are queued on the same
578
static void
wakeup_all
(struct work_struct *work)
in wakeup_all()
function
2157
INIT_WORK(&xdev->wakeup_workitem,
wakeup_all
);
in xillyusb_probe()
/kernel/linux/linux-5.10/include/linux/
H
A
D
kvm_host.h
209
bool
wakeup_all
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
kvm_host.h
245
bool
wakeup_all
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
11152
work->
wakeup_all
)
in kvm_arch_async_page_ready()
11330
if (work->
wakeup_all
)
in kvm_arch_async_page_present()
11336
if ((work->
wakeup_all
|| work->notpresent_injected) &&
in kvm_arch_async_page_present()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
4240
work->
wakeup_all
)
in kvm_arch_async_page_ready()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
13160
if (work->
wakeup_all
)
in kvm_arch_async_page_present()
13166
if ((work->
wakeup_all
|| work->notpresent_injected) &&
in kvm_arch_async_page_present()
Completed in 45 milliseconds