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:ki_cancel
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
aio.c
207
kiocb_cancel_fn *
ki_cancel
;
member
588
req->
ki_cancel
= cancel;
in kiocb_set_cancel_fn()
639
req->
ki_cancel
(&req->rw);
in free_ioctx_users()
1697
* Note that ->
ki_cancel
callers also delete iocb from active_reqs after
in aio_poll_complete_work()
1698
* calling ->
ki_cancel
. We need the ctx_lock roundtrip here to
in aio_poll_complete_work()
1915
aiocb->
ki_cancel
= aio_poll_cancel;
in aio_poll()
2159
ret = kiocb->
ki_cancel
(&kiocb->rw);
in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/fs/
H
A
D
aio.c
206
kiocb_cancel_fn *
ki_cancel
;
member
609
req->
ki_cancel
= cancel;
in kiocb_set_cancel_fn()
660
req->
ki_cancel
(&req->rw);
in free_ioctx_users()
1691
* Note that ->
ki_cancel
callers also delete iocb from active_reqs after
in aio_poll_complete_work()
1692
* calling ->
ki_cancel
. We need the ctx_lock roundtrip here to
in aio_poll_complete_work()
1909
aiocb->
ki_cancel
= aio_poll_cancel;
in aio_poll()
2153
ret = kiocb->
ki_cancel
(&kiocb->rw);
in SYSCALL_DEFINE3()
Completed in 6 milliseconds