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_poll
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
poll.c
104
static struct
io_poll
*io_poll_get_double(struct io_kiocb *req)
in io_poll_get_double()
112
static struct
io_poll
*io_poll_get_single(struct io_kiocb *req)
in io_poll_get_single()
115
return io_kiocb_to_cmd(req, struct
io_poll
);
in io_poll_get_single()
170
static void io_init_poll_iocb(struct
io_poll
*poll, __poll_t events)
in io_init_poll_iocb()
180
static inline void io_poll_remove_entry(struct
io_poll
*poll)
in io_poll_remove_entry()
363
struct
io_poll
*poll;
in io_poll_task_func()
365
poll = io_kiocb_to_cmd(req, struct
io_poll
);
in io_poll_task_func()
398
static __cold int io_pollfree_wake(struct io_kiocb *req, struct
io_poll
*poll)
in io_pollfree_wake()
427
struct
io_poll
*poll = container_of(wait, struct
io_poll
, wai
in io_poll_wake()
[all...]
H
A
D
poll.h
11
struct
io_poll
{
struct
21
struct
io_poll
poll;
24
struct
io_poll
*double_poll;
Completed in 2 milliseconds