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:try_dio_now
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
st.h
144
unsigned char
try_dio_now
; /* try direct i/o before next close? */
member
H
A
D
st.c
1315
STp->
try_dio_now
= STp->try_dio;
in st_open()
1557
i = STp->
try_dio_now
&& try_rdio;
in setup_buffering()
1559
i = STp->
try_dio_now
&& try_wdio;
in setup_buffering()
1758
!(STp->
try_dio_now
&& try_wdio) && STps->eof < ST_EOM_OK &&
in st_write()
1930
if (!(STp->
try_dio_now
&& try_rdio) && STm->do_read_ahead) {
in read_tape()
2129
STp->
try_dio_now
= 0; /* Direct i/o can't handle split blocks */
in st_read()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
st.h
141
unsigned char
try_dio_now
; /* try direct i/o before next close? */
member
H
A
D
st.c
1316
STp->
try_dio_now
= STp->try_dio;
in st_open()
1558
i = STp->
try_dio_now
&& try_rdio;
in setup_buffering()
1560
i = STp->
try_dio_now
&& try_wdio;
in setup_buffering()
1759
!(STp->
try_dio_now
&& try_wdio) && STps->eof < ST_EOM_OK &&
in st_write()
1931
if (!(STp->
try_dio_now
&& try_rdio) && STm->do_read_ahead) {
in read_tape()
2130
STp->
try_dio_now
= 0; /* Direct i/o can't handle split blocks */
in st_read()
Completed in 12 milliseconds