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:vmbus_free_ring
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
channel.c
148
/*
vmbus_free_ring
- drop mapping of ring buffer */
149
void
vmbus_free_ring
(struct vmbus_channel *channel)
in vmbus_free_ring()
function
161
EXPORT_SYMBOL_GPL(
vmbus_free_ring
);
variable
661
vmbus_free_ring
(newchannel);
in vmbus_open()
829
vmbus_free_ring
(cur_channel);
in vmbus_disconnect_ring()
854
vmbus_free_ring
(channel);
in vmbus_close()
/kernel/linux/linux-6.6/drivers/uio/
H
A
D
uio_hv_generic.c
353
vmbus_free_ring
(dev->channel);
in hv_uio_probe()
370
vmbus_free_ring
(dev->channel);
in hv_uio_remove()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
channel.c
149
/*
vmbus_free_ring
- drop mapping of ring buffer */
150
void
vmbus_free_ring
(struct vmbus_channel *channel)
in vmbus_free_ring()
function
162
EXPORT_SYMBOL_GPL(
vmbus_free_ring
);
variable
819
vmbus_free_ring
(newchannel);
in vmbus_open()
995
vmbus_free_ring
(cur_channel);
in vmbus_disconnect_ring()
1020
vmbus_free_ring
(channel);
in vmbus_close()
/kernel/linux/linux-5.10/drivers/uio/
H
A
D
uio_hv_generic.c
374
vmbus_free_ring
(dev->channel);
in hv_uio_remove()
/kernel/linux/linux-5.10/include/linux/
H
A
D
hyperv.h
1116
void
vmbus_free_ring
(struct vmbus_channel *channel);
/kernel/linux/linux-6.6/include/linux/
H
A
D
hyperv.h
1175
void
vmbus_free_ring
(struct vmbus_channel *channel);
Completed in 11 milliseconds