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_fixed_file
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
filetable.h
36
static inline struct
io_fixed_file
*
46
static inline unsigned int io_slot_flags(struct
io_fixed_file
*slot)
in io_slot_flags()
51
static inline struct file *io_slot_file(struct
io_fixed_file
*slot)
in io_slot_file()
62
static inline void io_fixed_file_set(struct
io_fixed_file
*file_slot,
in io_fixed_file_set()
H
A
D
filetable.c
67
struct
io_fixed_file
*file_slot;
137
struct
io_fixed_file
*file_slot;
in io_fixed_fd_remove()
H
A
D
rsrc.c
361
struct
io_fixed_file
*file_slot;
in __io_sqe_files_update()
728
struct
io_fixed_file
*file_slot;
in io_sqe_files_register()
H
A
D
io_uring.c
1977
struct
io_fixed_file
*slot;
in io_file_get_fixed()
/kernel/linux/linux-6.6/include/linux/
H
A
D
io_uring_types.h
26
struct
io_fixed_file
{
struct
32
struct
io_fixed_file
*files;
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
217
struct
io_fixed_file
{
struct
233
struct
io_fixed_file
*files;
6926
static inline struct
io_fixed_file
*io_fixed_file_slot(struct io_file_table *table,
in io_fixed_file_slot()
6935
struct
io_fixed_file
*slot = io_fixed_file_slot(&ctx->file_table, index);
in io_file_from_index()
6940
static void io_fixed_file_set(struct
io_fixed_file
*file_slot, struct file *file)
in io_fixed_file_set()
8480
struct
io_fixed_file
*file_slot;
in io_install_fixed_file()
8528
struct
io_fixed_file
*file_slot;
in io_close_fixed()
8569
struct
io_fixed_file
*file_slot;
in __io_sqe_files_update()
Completed in 29 milliseconds