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:vc_wq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/9p/
H
A
D
trans_virtio.c
70
wait_queue_head_t *
vc_wq
;
member
150
wake_up(chan->
vc_wq
);
in req_done()
283
err = wait_event_killable(*chan->
vc_wq
,
in p9_virtio_request()
481
err = wait_event_killable(*chan->
vc_wq
,
in p9_virtio_zc_request()
605
chan->
vc_wq
= kmalloc(sizeof(wait_queue_head_t), GFP_KERNEL);
in p9_virtio_probe()
606
if (!chan->
vc_wq
) {
in p9_virtio_probe()
610
init_waitqueue_head(chan->
vc_wq
);
in p9_virtio_probe()
725
kfree(chan->
vc_wq
);
in p9_virtio_remove()
/kernel/linux/linux-6.6/net/9p/
H
A
D
trans_virtio.c
53
* @
vc_wq
: wait queue for waiting for thing to be added to ring buf
73
wait_queue_head_t *
vc_wq
;
member
153
wake_up(chan->
vc_wq
);
in req_done()
287
err = wait_event_killable(*chan->
vc_wq
,
in p9_virtio_request()
515
err = wait_event_killable(*chan->
vc_wq
,
in p9_virtio_zc_request()
645
chan->
vc_wq
= kmalloc(sizeof(wait_queue_head_t), GFP_KERNEL);
in p9_virtio_probe()
646
if (!chan->
vc_wq
) {
in p9_virtio_probe()
650
init_waitqueue_head(chan->
vc_wq
);
in p9_virtio_probe()
765
kfree(chan->
vc_wq
);
in p9_virtio_remove()
Completed in 3 milliseconds