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:acrn_ioreq_client
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/virt/acrn/
H
A
D
acrn_drv.h
22
struct
acrn_ioreq_client
;
104
typedef int (*ioreq_handler_t)(struct
acrn_ioreq_client
*client,
107
* struct
acrn_ioreq_client
- Structure of I/O client.
110
* @list: List node for this
acrn_ioreq_client
121
struct
acrn_ioreq_client
{
struct
178
struct
acrn_ioreq_client
*default_client;
185
struct
acrn_ioreq_client
*ioeventfd_client;
207
int acrn_ioreq_client_wait(struct
acrn_ioreq_client
*client);
209
struct
acrn_ioreq_client
*acrn_ioreq_client_create(struct acrn_vm *vm,
213
void acrn_ioreq_client_destroy(struct
acrn_ioreq_client
*clien
[all...]
H
A
D
ioreq.c
29
static inline bool has_pending_request(struct
acrn_ioreq_client
*client)
in has_pending_request()
34
static inline bool is_destroying(struct
acrn_ioreq_client
*client)
in is_destroying()
73
static int acrn_ioreq_complete_request(struct
acrn_ioreq_client
*client,
in acrn_ioreq_complete_request()
115
int acrn_ioreq_range_add(struct
acrn_ioreq_client
*client,
in acrn_ioreq_range_add()
148
void acrn_ioreq_range_del(struct
acrn_ioreq_client
*client,
in acrn_ioreq_range_del()
172
struct
acrn_ioreq_client
*client = data;
in ioreq_task()
214
struct
acrn_ioreq_client
*client;
in acrn_ioreq_request_clear()
258
int acrn_ioreq_client_wait(struct
acrn_ioreq_client
*client)
in acrn_ioreq_client_wait()
381
static struct
acrn_ioreq_client
*find_ioreq_client(struct acrn_vm *vm,
in find_ioreq_client()
384
struct
acrn_ioreq_client
*clien
in find_ioreq_client()
[all...]
H
A
D
ioeventfd.c
189
static int acrn_ioeventfd_handler(struct
acrn_ioreq_client
*client,
in acrn_ioeventfd_handler()
199
*
acrn_ioreq_client
need process both READ and WRITE accesses
in acrn_ioeventfd_handler()
Completed in 2 milliseconds