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:total_cmds
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
libiscsi.c
2699
int scsi_cmds,
total_cmds
= requested_cmds_max;
in iscsi_host_get_max_scsi_cmds()
local
2702
if (!
total_cmds
)
in iscsi_host_get_max_scsi_cmds()
2703
total_cmds
= ISCSI_DEF_XMIT_CMDS_MAX;
in iscsi_host_get_max_scsi_cmds()
2709
if (
total_cmds
< ISCSI_TOTAL_CMDS_MIN) {
in iscsi_host_get_max_scsi_cmds()
2711
total_cmds
, ISCSI_TOTAL_CMDS_MIN);
in iscsi_host_get_max_scsi_cmds()
2715
if (
total_cmds
> ISCSI_TOTAL_CMDS_MAX) {
in iscsi_host_get_max_scsi_cmds()
2719
total_cmds
= ISCSI_TOTAL_CMDS_MAX;
in iscsi_host_get_max_scsi_cmds()
2722
if (!is_power_of_2(
total_cmds
)) {
in iscsi_host_get_max_scsi_cmds()
2723
total_cmds
= rounddown_pow_of_two(
total_cmds
);
in iscsi_host_get_max_scsi_cmds()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
libiscsi.c
2822
int scsi_cmds,
total_cmds
= requested_cmds_max;
in iscsi_host_get_max_scsi_cmds()
local
2825
if (!
total_cmds
)
in iscsi_host_get_max_scsi_cmds()
2826
total_cmds
= ISCSI_DEF_XMIT_CMDS_MAX;
in iscsi_host_get_max_scsi_cmds()
2832
if (
total_cmds
< ISCSI_TOTAL_CMDS_MIN) {
in iscsi_host_get_max_scsi_cmds()
2834
total_cmds
, ISCSI_TOTAL_CMDS_MIN);
in iscsi_host_get_max_scsi_cmds()
2838
if (
total_cmds
> ISCSI_TOTAL_CMDS_MAX) {
in iscsi_host_get_max_scsi_cmds()
2842
total_cmds
= ISCSI_TOTAL_CMDS_MAX;
in iscsi_host_get_max_scsi_cmds()
2845
if (!is_power_of_2(
total_cmds
)) {
in iscsi_host_get_max_scsi_cmds()
2846
total_cmds
= rounddown_pow_of_two(
total_cmds
);
in iscsi_host_get_max_scsi_cmds()
[all...]
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
657
atomic_long_t
total_cmds
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
669
atomic_long_t
total_cmds
;
member
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_stat.c
1037
atomic_long_read(&deve->
total_cmds
));
in target_stat_auth_num_cmds_show()
H
A
D
target_core_device.c
59
atomic_long_inc(&deve->
total_cmds
);
in transport_lookup_cmd_lun()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_stat.c
1033
atomic_long_read(&deve->
total_cmds
));
in target_stat_auth_num_cmds_show()
H
A
D
target_core_device.c
59
atomic_long_inc(&deve->
total_cmds
);
in transport_lookup_cmd_lun()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_83xx_hw.c
831
max_loops = cmd->
total_cmds
* QLC_83XX_MBX_CMD_LOOP;
in qlcnic_83xx_poll_for_mbx_completion()
4020
cmd->
total_cmds
= mbx->num_cmds;
in qlcnic_83xx_enqueue_mbx_cmd()
4021
*timeout = cmd->
total_cmds
* QLC_83XX_MBX_TIMEOUT;
in qlcnic_83xx_enqueue_mbx_cmd()
H
A
D
qlcnic.h
1527
u32
total_cmds
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_83xx_hw.c
830
max_loops = cmd->
total_cmds
* QLC_83XX_MBX_CMD_LOOP;
in qlcnic_83xx_poll_for_mbx_completion()
4019
cmd->
total_cmds
= mbx->num_cmds;
in qlcnic_83xx_enqueue_mbx_cmd()
4020
*timeout = cmd->
total_cmds
* QLC_83XX_MBX_TIMEOUT;
in qlcnic_83xx_enqueue_mbx_cmd()
H
A
D
qlcnic.h
1527
u32
total_cmds
;
member
Completed in 39 milliseconds