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:dbi_cnt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_user.c
179
uint32_t
dbi_cnt
;
member
543
struct tcmu_cmd *tcmu_cmd, int
dbi_cnt
)
in tcmu_get_empty_blocks()
549
for (i = 0; i <
dbi_cnt
; i++) {
in tcmu_get_empty_blocks()
574
cmd->
dbi_cnt
= DIV_ROUND_UP(se_cmd->data_length, DATA_BLOCK_SIZE);
in tcmu_cmd_set_block_cnts()
581
cmd->
dbi_cnt
+= cmd->dbi_bidi_cnt;
in tcmu_cmd_set_block_cnts()
638
tcmu_cmd->dbi = kcalloc(tcmu_cmd->
dbi_cnt
, sizeof(uint32_t),
in tcmu_alloc_cmd()
760
count = cmd->
dbi_cnt
- cmd->dbi_bidi_cnt;
in gather_data_area()
851
if (!cmd->
dbi_cnt
)
in tcmu_alloc_data_space()
856
if (space < cmd->
dbi_cnt
) {
in tcmu_alloc_data_space()
860
if (blocks_left < cmd->
dbi_cnt
) {
in tcmu_alloc_data_space()
542
tcmu_get_empty_blocks(struct tcmu_dev *udev, struct tcmu_cmd *tcmu_cmd, int
dbi_cnt
)
tcmu_get_empty_blocks()
argument
[all...]
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_user.c
185
uint32_t
dbi_cnt
;
member
584
cmd->
dbi_cnt
= DIV_ROUND_UP(se_cmd->data_length, blk_size);
in tcmu_cmd_set_block_cnts()
591
cmd->
dbi_cnt
+= cmd->dbi_bidi_cnt;
in tcmu_cmd_set_block_cnts()
648
tcmu_cmd->dbi = kcalloc(tcmu_cmd->
dbi_cnt
, sizeof(uint32_t),
in tcmu_alloc_cmd()
800
tcmu_cmd->
dbi_cnt
- tcmu_cmd->dbi_bidi_cnt);
in gather_data_area()
859
if (!cmd->
dbi_cnt
)
in tcmu_alloc_data_space()
864
if (space < cmd->
dbi_cnt
) {
in tcmu_alloc_data_space()
868
if (blocks_left < cmd->
dbi_cnt
) {
in tcmu_alloc_data_space()
871
cmd->
dbi_cnt
* udev->data_blk_size);
in tcmu_alloc_data_space()
875
udev->dbi_thresh += cmd->
dbi_cnt
;
in tcmu_alloc_data_space()
[all...]
Completed in 6 milliseconds