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:clone_to_tio
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm.c
92
static inline struct dm_target_io *
clone_to_tio
(struct bio *clone)
in clone_to_tio()
function
99
if (!dm_tio_flagged(
clone_to_tio
(bio), DM_TIO_INSIDE_DM_IO))
in dm_per_bio_data()
486
return jiffies_to_nsecs(
clone_to_tio
(bio)->io->start_time);
in dm_start_time_ns_from_clone()
551
if (!clone || likely(dm_tio_is_normal(
clone_to_tio
(clone)))) {
in dm_start_io_acct()
580
tio =
clone_to_tio
(clone);
in alloc_io()
633
tio =
clone_to_tio
(clone);
in alloc_tio()
660
if (dm_tio_flagged(
clone_to_tio
(clone), DM_TIO_INSIDE_DM_IO))
in free_tio()
1095
struct dm_target_io *tio =
clone_to_tio
(bio);
in clone_endio()
1325
struct dm_target_io *tio =
clone_to_tio
(bio);
in dm_accept_partial_bio()
1359
struct dm_target_io *tio =
clone_to_tio
(clon
in dm_submit_bio_remap()
[all...]
Completed in 3 milliseconds