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:msg_pending
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
mos7720.c
91
bool
msg_pending
; /* usb sync call pending */
member
267
* flag maintained by usbserial covers the second. We also use the
msg_pending
282
mos_parport->
msg_pending
= true; /* synch usb call pending */
in parport_prologue()
294
mos_parport->
msg_pending
= false;
in parport_prologue()
310
mos_parport->
msg_pending
= false;
in parport_epilogue()
562
mos_parport->
msg_pending
= false;
in mos7715_parport_init()
1681
if (mos_parport->
msg_pending
)
in mos7720_release()
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
mshyperv.h
82
if (msg->header.message_flags.
msg_pending
) {
in vmbus_signal_eom()
H
A
D
hyperv-tlfs.h
220
__u8
msg_pending
:1;
member
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
mshyperv.h
154
if (msg->header.message_flags.
msg_pending
) {
in vmbus_signal_eom()
H
A
D
hyperv-tlfs.h
295
__u8
msg_pending
:1;
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
hyperv.c
177
if (stimer->
msg_pending
&& stimer->config.enable &&
in kvm_hv_notify_acked_sint()
562
stimer->
msg_pending
= false;
in stimer_cleanup()
718
* .
msg_pending
before checking .message_type. However, this function
in synic_deliver_msg()
733
hv_hdr.message_flags.
msg_pending
= 1;
in synic_deliver_msg()
796
stimer->
msg_pending
= true;
in stimer_expiration()
804
stimer->
msg_pending
= false;
in stimer_expiration()
832
if (!stimer->
msg_pending
)
in kvm_hv_process_stimers()
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
mos7720.c
102
bool
msg_pending
; /* usb sync call pending */
member
444
* flag maintained by usbserial covers the second. We also use the
msg_pending
459
mos_parport->
msg_pending
= true; /* synch usb call pending */
in parport_prologue()
467
mos_parport->
msg_pending
= false;
in parport_prologue()
483
mos_parport->
msg_pending
= false;
in parport_epilogue()
717
mos_parport->
msg_pending
= false;
in mos7715_parport_init()
1887
if (mos_parport->
msg_pending
)
in mos7720_release()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
hyperv.c
232
if (stimer->
msg_pending
&& stimer->config.enable &&
in kvm_hv_notify_acked_sint()
609
stimer->
msg_pending
= false;
in stimer_cleanup()
771
* .
msg_pending
before checking .message_type. However, this function
in synic_deliver_msg()
786
hv_hdr.message_flags.
msg_pending
= 1;
in synic_deliver_msg()
849
stimer->
msg_pending
= true;
in stimer_expiration()
857
stimer->
msg_pending
= false;
in stimer_expiration()
888
if (!stimer->
msg_pending
)
in kvm_hv_process_stimers()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
495
bool
msg_pending
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
601
bool
msg_pending
;
member
Completed in 24 milliseconds