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_cache_entry
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
alloc_cache.h
9
struct
io_cache_entry
{
struct
14
struct
io_cache_entry
*entry)
in io_alloc_cache_put()
31
static inline struct
io_cache_entry
*io_alloc_cache_get(struct io_alloc_cache *cache)
in io_alloc_cache_get()
34
struct
io_cache_entry
*entry;
in io_alloc_cache_get()
36
entry = container_of(cache->list.next, struct
io_cache_entry
, node);
in io_alloc_cache_get()
56
void (*free)(struct
io_cache_entry
*))
in io_alloc_cache_free()
59
struct
io_cache_entry
*entry = io_alloc_cache_get(cache);
in io_alloc_cache_free()
H
A
D
net.h
18
struct
io_cache_entry
cache;
67
void io_netmsg_cache_free(struct
io_cache_entry
*entry);
69
static inline void io_netmsg_cache_free(struct
io_cache_entry
*entry)
in io_netmsg_cache_free()
H
A
D
poll.h
22
struct
io_cache_entry
cache;
40
void io_apoll_cache_free(struct
io_cache_entry
*entry);
H
A
D
rsrc.h
42
struct
io_cache_entry
cache;
H
A
D
poll.c
674
struct
io_cache_entry
*entry;
in io_req_alloc_apoll()
1045
void io_apoll_cache_free(struct
io_cache_entry
*entry)
in io_apoll_cache_free()
H
A
D
net.c
149
struct
io_cache_entry
*entry;
in io_msg_alloc_async()
1574
void io_netmsg_cache_free(struct
io_cache_entry
*entry)
in io_netmsg_cache_free()
H
A
D
rsrc.c
200
struct
io_cache_entry
*entry;
in io_rsrc_node_alloc()
H
A
D
io_uring.c
2886
static void io_rsrc_node_cache_free(struct
io_cache_entry
*entry)
in io_rsrc_node_cache_free()
Completed in 18 milliseconds