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_DONE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
ccwreq.c
226
return
IO_DONE
;
in ccwreq_status()
268
if (status !=
IO_DONE
&& status != IO_RUNNING)
in ccw_request_handler()
271
case
IO_DONE
:
in ccw_request_handler()
H
A
D
io_sch.h
52
IO_DONE
,
enumerator
H
A
D
device_pgid.c
97
return
IO_DONE
;
in nop_filter()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
ccwreq.c
226
return
IO_DONE
;
in ccwreq_status()
268
if (status !=
IO_DONE
&& status != IO_RUNNING)
in ccw_request_handler()
271
case
IO_DONE
:
in ccw_request_handler()
H
A
D
io_sch.h
52
IO_DONE
,
enumerator
H
A
D
device_pgid.c
98
return
IO_DONE
;
in nop_filter()
/kernel/linux/linux-5.10/drivers/input/joystick/
H
A
D
grip_mp.c
75
#define
IO_DONE
0x1000 /* Multiport is done sending packets */
macro
372
flags |=
IO_DONE
;
in get_and_decode_packet()
466
return (flags &
IO_DONE
) ? 1 : 0;
in slots_valid()
548
if (flags &
IO_DONE
)
in grip_poll()
/kernel/linux/linux-6.6/drivers/input/joystick/
H
A
D
grip_mp.c
75
#define
IO_DONE
0x1000 /* Multiport is done sending packets */
macro
372
flags |=
IO_DONE
;
in get_and_decode_packet()
466
return (flags &
IO_DONE
) ? 1 : 0;
in slots_valid()
548
if (flags &
IO_DONE
)
in grip_poll()
Completed in 6 milliseconds