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:rqst_id
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
ring_buffer.c
288
u64 __trans_id,
rqst_id
= VMBUS_NO_RQSTOR;
in hv_ringbuffer_write()
local
339
rqst_id
= channel->next_request_id_callback(channel, requestid);
in hv_ringbuffer_write()
340
if (
rqst_id
== VMBUS_RQST_ERROR) {
in hv_ringbuffer_write()
347
__trans_id = (
rqst_id
== VMBUS_NO_RQSTOR) ? requestid :
rqst_id
;
in hv_ringbuffer_write()
377
if (
rqst_id
!= VMBUS_NO_RQSTOR) {
in hv_ringbuffer_write()
380
channel->request_addr_callback(channel,
rqst_id
);
in hv_ringbuffer_write()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
storvsc_drv.c
1253
u64
rqst_id
= desc->trans_id;
in storvsc_on_channel_callback()
local
1254
u32 minlen =
rqst_id
? sizeof(struct vstor_packet) :
in storvsc_on_channel_callback()
1265
rqst_id
, pktlen, minlen);
in storvsc_on_channel_callback()
1269
if (
rqst_id
== VMBUS_RQST_INIT) {
in storvsc_on_channel_callback()
1271
} else if (
rqst_id
== VMBUS_RQST_RESET) {
in storvsc_on_channel_callback()
1275
if (
rqst_id
== 0) {
in storvsc_on_channel_callback()
1301
/* Transaction '
rqst_id
' corresponds to tag '
rqst_id
- 1' */
in storvsc_on_channel_callback()
1302
scmnd = scsi_host_find_tag(shost,
rqst_id
- 1);
in storvsc_on_channel_callback()
/kernel/linux/linux-6.6/include/linux/
H
A
D
hyperv.h
1039
u64 (*request_addr_callback)(struct vmbus_channel *channel, u64
rqst_id
);
Completed in 8 milliseconds