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:io_mapped_ubuf
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
rsrc.h
25
struct
io_mapped_ubuf
*buf;
52
struct
io_mapped_ubuf
{
struct
66
struct
io_mapped_ubuf
*imu,
H
A
D
rsrc.c
28
struct
io_mapped_ubuf
**pimu,
35
static const struct
io_mapped_ubuf
dummy_ubuf = {
135
static void io_buffer_unmap(struct io_ring_ctx *ctx, struct
io_mapped_ubuf
**slot)
in io_buffer_unmap()
137
struct
io_mapped_ubuf
*imu = *slot;
in io_buffer_unmap()
435
struct
io_mapped_ubuf
*imu;
in __io_sqe_buffers_update()
464
ctx->user_bufs[i] = (struct
io_mapped_ubuf
*)&dummy_ubuf;
in __io_sqe_buffers_update()
830
struct
io_mapped_ubuf
*imu = ctx->user_bufs[i];
in headpage_already_acct()
844
int nr_pages, struct
io_mapped_ubuf
*imu,
in io_buffer_account_pin()
915
struct
io_mapped_ubuf
**pimu,
in io_sqe_buffer_register()
918
struct
io_mapped_ubuf
*im
in io_sqe_buffer_register()
[all...]
H
A
D
fdinfo.c
165
struct
io_mapped_ubuf
*buf = ctx->user_bufs[i];
in io_uring_show_fdinfo()
/kernel/linux/linux-6.6/include/linux/
H
A
D
io_uring_types.h
249
struct
io_mapped_ubuf
**user_bufs;
338
struct
io_mapped_ubuf
*dummy_ubuf;
561
struct
io_mapped_ubuf
*imu;
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
202
struct
io_mapped_ubuf
{
struct
228
struct
io_mapped_ubuf
*buf;
374
struct
io_mapped_ubuf
**user_bufs;
431
struct
io_mapped_ubuf
*dummy_ubuf;
891
struct
io_mapped_ubuf
*imu;
3114
struct
io_mapped_ubuf
*imu)
in __io_import_fixed()
8899
static void io_buffer_unmap(struct io_ring_ctx *ctx, struct
io_mapped_ubuf
**slot)
in io_buffer_unmap()
8901
struct
io_mapped_ubuf
*imu = *slot;
in io_buffer_unmap()
9002
struct
io_mapped_ubuf
*imu = ctx->user_bufs[i];
in headpage_already_acct()
9016
int nr_pages, struct
io_mapped_ubuf
*im
in io_buffer_account_pin()
[all...]
Completed in 17 milliseconds