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:zsize
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_debug.c
302
unsigned int
zsize
;
member
1556
if (devip->zcap < devip->
zsize
) {
in inquiry_vpd_b6()
1558
put_unaligned_be64(devip->
zsize
, &arr[20]);
in inquiry_vpd_b6()
2724
if (devip->zcap == devip->
zsize
|| zno < devip->nr_conv_zones)
in zbc_zone()
4593
if (devip->zcap < devip->
zsize
)
in resp_report_zones()
4594
put_unaligned_be64(devip->
zsize
, arr + 16);
in resp_report_zones()
4972
devip->
zsize
= (DEF_ZBC_ZONE_SIZE_MB * SZ_1M)
in sdebug_device_create_zones()
4974
while (capacity < devip->
zsize
<< 2 && devip->
zsize
>= 2)
in sdebug_device_create_zones()
4975
devip->
zsize
>>
in sdebug_device_create_zones()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_debug.c
293
unsigned int
zsize
;
member
4360
lba = zs_lba + devip->
zsize
* i;
in resp_report_zones()
4867
devip->
zsize
= (DEF_ZBC_ZONE_SIZE_MB * SZ_1M)
in sdebug_device_create_zones()
4869
while (capacity < devip->
zsize
<< 2 && devip->
zsize
>= 2)
in sdebug_device_create_zones()
4870
devip->
zsize
>>= 1;
in sdebug_device_create_zones()
4871
if (devip->
zsize
< 2) {
in sdebug_device_create_zones()
4880
devip->
zsize
= (sdeb_zbc_zone_size_mb * SZ_1M)
in sdebug_device_create_zones()
4882
if (devip->
zsize
>= capacity) {
in sdebug_device_create_zones()
4888
devip->zsize_shift = ilog2(devip->
zsize
);
in sdebug_device_create_zones()
[all...]
/kernel/linux/linux-5.10/drivers/rapidio/devices/
H
A
D
tsi721.c
929
u32
zsize
;
in tsi721_map_outb_win()
local
964
zsize
= size/TSI721_PC2SR_ZONES;
in tsi721_map_outb_win()
989
rio_addr +=
zsize
;
in tsi721_map_outb_win()
/kernel/linux/linux-6.6/drivers/rapidio/devices/
H
A
D
tsi721.c
929
u32
zsize
;
in tsi721_map_outb_win()
local
964
zsize
= size/TSI721_PC2SR_ZONES;
in tsi721_map_outb_win()
989
rio_addr +=
zsize
;
in tsi721_map_outb_win()
Completed in 28 milliseconds