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:gpadl_body
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
channel.c
250
struct vmbus_channel_gpadl_body *
gpadl_body
;
in create_gpadl_header()
local
328
gpadl_body
=
in create_gpadl_header()
338
gpadl_body
->pfn[i] = hv_gpadl_hvpfn(type,
in create_gpadl_header()
397
struct vmbus_channel_gpadl_body *
gpadl_body
;
in __vmbus_establish_gpadl()
local
442
gpadl_body
=
in __vmbus_establish_gpadl()
445
gpadl_body
->header.msgtype =
in __vmbus_establish_gpadl()
447
gpadl_body
->gpadl = next_gpadl_handle;
in __vmbus_establish_gpadl()
449
ret = vmbus_post_msg(
gpadl_body
,
in __vmbus_establish_gpadl()
453
trace_vmbus_establish_gpadl_body(
gpadl_body
, ret);
in __vmbus_establish_gpadl()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
channel.c
316
struct vmbus_channel_gpadl_body *
gpadl_body
;
in create_gpadl_header()
local
394
gpadl_body
=
in create_gpadl_header()
404
gpadl_body
->pfn[i] = hv_gpadl_hvpfn(type,
in create_gpadl_header()
463
struct vmbus_channel_gpadl_body *
gpadl_body
;
in __vmbus_establish_gpadl()
local
517
gpadl_body
=
in __vmbus_establish_gpadl()
520
gpadl_body
->header.msgtype =
in __vmbus_establish_gpadl()
522
gpadl_body
->gpadl = next_gpadl_handle;
in __vmbus_establish_gpadl()
524
ret = vmbus_post_msg(
gpadl_body
,
in __vmbus_establish_gpadl()
528
trace_vmbus_establish_gpadl_body(
gpadl_body
, ret);
in __vmbus_establish_gpadl()
Completed in 4 milliseconds