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:xb_req_data
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H
A
D
xenbus.h
77
struct
xb_req_data
{
struct
89
void (*cb)(struct
xb_req_data
*);
105
void xs_request_exit(struct
xb_req_data
*req);
135
void xenbus_dev_queue_reply(struct
xb_req_data
*req);
H
A
D
xenbus_xs.c
115
static uint32_t xs_request_enter(struct
xb_req_data
*req)
in xs_request_enter()
139
void xs_request_exit(struct
xb_req_data
*req)
in xs_request_exit()
192
static bool test_reply(struct
xb_req_data
*req)
in test_reply()
206
static void *read_reply(struct
xb_req_data
*req)
in read_reply()
227
static void xs_send(struct
xb_req_data
*req, struct xsd_sockmsg *msg)
in xs_send()
249
static void *xs_wait_for_reply(struct
xb_req_data
*req, struct xsd_sockmsg *msg)
in xs_wait_for_reply()
271
static void xs_wake_up(struct
xb_req_data
*req)
in xs_wake_up()
278
struct
xb_req_data
*req;
in xenbus_dev_request_and_reply()
308
struct
xb_req_data
*req;
in xs_talkv()
921
struct
xb_req_data
*re
in xs_reboot_notify()
[all...]
H
A
D
xenbus_comms.c
218
struct
xb_req_data
*req;
in process_msg()
333
struct
xb_req_data
*req;
in process_writes()
348
struct
xb_req_data
, list);
in process_writes()
H
A
D
xenbus_dev_frontend.c
363
void xenbus_dev_queue_reply(struct
xb_req_data
*req)
in xenbus_dev_queue_reply()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H
A
D
xenbus.h
77
struct
xb_req_data
{
struct
89
void (*cb)(struct
xb_req_data
*);
105
void xs_request_exit(struct
xb_req_data
*req);
135
void xenbus_dev_queue_reply(struct
xb_req_data
*req);
H
A
D
xenbus_xs.c
115
static uint32_t xs_request_enter(struct
xb_req_data
*req)
in xs_request_enter()
139
void xs_request_exit(struct
xb_req_data
*req)
in xs_request_exit()
192
static bool test_reply(struct
xb_req_data
*req)
in test_reply()
206
static void *read_reply(struct
xb_req_data
*req)
in read_reply()
227
static void xs_send(struct
xb_req_data
*req, struct xsd_sockmsg *msg)
in xs_send()
249
static void *xs_wait_for_reply(struct
xb_req_data
*req, struct xsd_sockmsg *msg)
in xs_wait_for_reply()
271
static void xs_wake_up(struct
xb_req_data
*req)
in xs_wake_up()
278
struct
xb_req_data
*req;
in xenbus_dev_request_and_reply()
308
struct
xb_req_data
*req;
in xs_talkv()
921
struct
xb_req_data
*re
in xs_reboot_notify()
[all...]
H
A
D
xenbus_comms.c
218
struct
xb_req_data
*req;
in process_msg()
333
struct
xb_req_data
*req;
in process_writes()
348
struct
xb_req_data
, list);
in process_writes()
H
A
D
xenbus_dev_frontend.c
363
void xenbus_dev_queue_reply(struct
xb_req_data
*req)
in xenbus_dev_queue_reply()
Completed in 8 milliseconds