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:poll_update
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
poll.c
978
struct io_poll_update *
poll_update
= io_kiocb_to_cmd(req, struct io_poll_update);
in io_poll_remove()
local
980
struct io_cancel_data cd = { .ctx = ctx, .data =
poll_update
->old_user_data, };
in io_poll_remove()
1012
if (
poll_update
->update_events ||
poll_update
->update_user_data) {
in io_poll_remove()
1014
if (
poll_update
->update_events) {
in io_poll_remove()
1018
poll->events |=
poll_update
->events & 0xffff;
in io_poll_remove()
1021
if (
poll_update
->update_user_data)
in io_poll_remove()
1022
preq->cqe.user_data =
poll_update
->new_user_data;
in io_poll_remove()
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
836
struct io_poll_update
poll_update
;
member
5940
struct io_poll_update *upd = &req->
poll_update
;
in io_poll_update_prep()
6014
preq = io_poll_find(ctx, req->
poll_update
.old_user_data, true);
in io_poll_update()
6022
if (req->
poll_update
.update_events || req->
poll_update
.update_user_data) {
in io_poll_update()
6024
if (req->
poll_update
.update_events) {
in io_poll_update()
6026
preq->poll.events |= req->
poll_update
.events & 0xffff;
in io_poll_update()
6029
if (req->
poll_update
.update_user_data)
in io_poll_update()
6030
preq->user_data = req->
poll_update
.new_user_data;
in io_poll_update()
Completed in 15 milliseconds