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:IOU_OK
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
sync.c
50
return
IOU_OK
;
in io_sync_file_range()
82
return
IOU_OK
;
in io_fsync()
111
return
IOU_OK
;
in io_fallocate()
H
A
D
fs.c
93
return
IOU_OK
;
in io_renameat()
144
return
IOU_OK
;
in io_unlinkat()
188
return
IOU_OK
;
in io_mkdirat()
238
return
IOU_OK
;
in io_symlinkat()
284
return
IOU_OK
;
in io_linkat()
H
A
D
xattr.c
120
return
IOU_OK
;
in io_fgetxattr()
145
return
IOU_OK
;
in io_getxattr()
229
return
IOU_OK
;
in io_fsetxattr()
253
return
IOU_OK
;
in io_setxattr()
H
A
D
advise.c
59
return
IOU_OK
;
in io_madvise()
103
return
IOU_OK
;
in io_fadvise()
H
A
D
splice.c
76
return
IOU_OK
;
in io_tee()
120
return
IOU_OK
;
in io_splice()
H
A
D
nop.c
24
return
IOU_OK
;
in io_nop()
H
A
D
epoll.c
59
return
IOU_OK
;
in io_epoll_ctl()
H
A
D
statx.c
64
return
IOU_OK
;
in io_statx()
H
A
D
net.c
121
return
IOU_OK
;
in io_shutdown()
460
return
IOU_OK
;
in io_sendmsg()
534
return
IOU_OK
;
in io_send()
687
*ret =
IOU_OK
;
in io_recv_finish()
725
*ret =
IOU_OK
;
in io_recv_finish()
1256
return
IOU_OK
;
in io_send_zc()
1332
return
IOU_OK
;
in io_sendmsg_zc()
1426
return
IOU_OK
;
in io_accept()
1490
return
IOU_OK
;
in io_socket()
1571
return
IOU_OK
;
in io_connect()
[all...]
H
A
D
openclose.c
167
return
IOU_OK
;
in io_openat2()
262
return
IOU_OK
;
in io_close()
H
A
D
kbuf.c
371
return
IOU_OK
;
in io_remove_buffers()
530
return
IOU_OK
;
in io_provide_buffers()
H
A
D
cancel.c
225
return
IOU_OK
;
in io_async_cancel()
H
A
D
msg_ring.c
297
return
IOU_OK
;
in io_msg_ring()
H
A
D
io_uring.h
30
IOU_OK
= 0,
enumerator
H
A
D
poll.c
971
return
IOU_OK
;
in io_poll_add()
1042
return
IOU_OK
;
in io_poll_remove()
H
A
D
timeout.c
489
return
IOU_OK
;
in io_timeout_remove()
H
A
D
rsrc.c
636
return
IOU_OK
;
in io_files_update()
H
A
D
rw.c
353
return
IOU_OK
;
in kiocb_done()
H
A
D
io_uring.c
1859
if (ret ==
IOU_OK
) {
in io_issue_sqe()
Completed in 18 milliseconds