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_thresh
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_user.c
144
uint32_t
dbi_thresh
;
member
505
dbi = find_first_zero_bit(udev->data_bitmap, udev->
dbi_thresh
);
in tcmu_get_empty_block()
506
if (dbi == udev->
dbi_thresh
)
in tcmu_get_empty_block()
855
space = spc_bitmap_free(udev->data_bitmap, udev->
dbi_thresh
);
in tcmu_alloc_data_space()
858
(udev->max_blocks - udev->
dbi_thresh
) + space;
in tcmu_alloc_data_space()
867
udev->
dbi_thresh
+= cmd->dbi_cnt;
in tcmu_alloc_data_space()
868
if (udev->
dbi_thresh
> udev->max_blocks)
in tcmu_alloc_data_space()
869
udev->
dbi_thresh
= udev->max_blocks;
in tcmu_alloc_data_space()
2086
udev->
dbi_thresh
= 0; /* Default in Idle state */
in tcmu_configure_device()
2890
if (!udev->
dbi_thresh
) {
in find_free_blocks()
[all...]
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_user.c
150
uint32_t
dbi_thresh
;
member
515
dbi = find_first_zero_bit(udev->data_bitmap, udev->
dbi_thresh
);
in tcmu_get_empty_block()
516
if (dbi == udev->
dbi_thresh
)
in tcmu_get_empty_block()
863
space = spc_bitmap_free(udev->data_bitmap, udev->
dbi_thresh
);
in tcmu_alloc_data_space()
866
(udev->max_blocks - udev->
dbi_thresh
) + space;
in tcmu_alloc_data_space()
875
udev->
dbi_thresh
+= cmd->dbi_cnt;
in tcmu_alloc_data_space()
876
if (udev->
dbi_thresh
> udev->max_blocks)
in tcmu_alloc_data_space()
877
udev->
dbi_thresh
= udev->max_blocks;
in tcmu_alloc_data_space()
1680
*
dbi_thresh
, it may reuse the slot corresponding to the
in tcmu_blocks_release()
2232
udev->
dbi_thresh
in tcmu_configure_device()
[all...]
Completed in 8 milliseconds