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:relid2channel
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hyperv_vmbus.h
344
struct vmbus_channel *
relid2channel
(u32 relid);
H
A
D
connection.c
303
*
relid2channel
- Get the channel object given its
306
struct vmbus_channel *
relid2channel
(u32 relid)
in relid2channel()
function
309
pr_warn_once("
relid2channel
: relid=%d: No channels mapped!\n", relid);
in relid2channel()
H
A
D
channel_mgmt.c
1090
channel =
relid2channel
(rescind->child_relid);
in vmbus_onoffer_rescind()
H
A
D
vmbus_drv.c
1260
channel =
relid2channel
(relid);
in vmbus_chan_sched()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hyperv_vmbus.h
358
struct vmbus_channel *
relid2channel
(u32 relid);
H
A
D
connection.c
350
*
relid2channel
- Get the channel object given its
353
struct vmbus_channel *
relid2channel
(u32 relid)
in relid2channel()
function
356
pr_warn_once("
relid2channel
: relid=%d: No channels mapped!\n", relid);
in relid2channel()
H
A
D
channel_mgmt.c
1182
channel =
relid2channel
(rescind->child_relid);
in vmbus_onoffer_rescind()
H
A
D
vmbus_drv.c
1246
channel =
relid2channel
(relid);
in vmbus_chan_sched()
Completed in 12 milliseconds