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:block_io
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_os.c
435
atomic_set(&tgt_priv->
block_io
, 1);
in mpi3mr_invalidate_devhandles()
878
atomic_set(&tgt_priv->
block_io
, 0);
in mpi3mr_remove_tgtdev_from_host()
1055
atomic_set(&tgt_priv->
block_io
, 0);
in mpi3mr_rfresh_tgtdevs()
1158
atomic_set(&scsi_tgt_priv_data->
block_io
, 0);
in mpi3mr_update_tgtdev()
2531
atomic_set(&scsi_tgt_priv_data->
block_io
, 0);
in mpi3mr_pcietopochg_evt_th()
2539
atomic_inc(&scsi_tgt_priv_data->
block_io
);
in mpi3mr_pcietopochg_evt_th()
2547
(&scsi_tgt_priv_data->
block_io
);
in mpi3mr_pcietopochg_evt_th()
2598
atomic_set(&scsi_tgt_priv_data->
block_io
, 0);
in mpi3mr_sastopochg_evt_th()
2606
atomic_inc(&scsi_tgt_priv_data->
block_io
);
in mpi3mr_sastopochg_evt_th()
2614
(&scsi_tgt_priv_data->
block_io
);
in mpi3mr_sastopochg_evt_th()
[all...]
H
A
D
mpi3mr_app.c
970
u8
block_io
= 0, resp_code = 0, nvme_fmt = 0;
in mpi3mr_bsg_process_mpt_cmds()
local
1248
block_io
= 1;
in mpi3mr_bsg_process_mpt_cmds()
1251
if (
block_io
) {
in mpi3mr_bsg_process_mpt_cmds()
1256
atomic_inc(&stgt_priv->
block_io
);
in mpi3mr_bsg_process_mpt_cmds()
1294
if (
block_io
&& stgt_priv)
in mpi3mr_bsg_process_mpt_cmds()
1295
atomic_dec(&stgt_priv->
block_io
);
in mpi3mr_bsg_process_mpt_cmds()
H
A
D
mpi3mr.h
757
* @
block_io
: I/O blocked to the device or not
775
atomic_t
block_io
;
member
Completed in 9 milliseconds