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:BM_BLOCK_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_worker.c
565
device->c_sync_rate = number * HZ * (
BM_BLOCK_SIZE
/ 1024) / SLEEP_TIME;
in drbd_rs_number_requests()
568
number = SLEEP_TIME * device->c_sync_rate / ((
BM_BLOCK_SIZE
/ 1024) * HZ);
in drbd_rs_number_requests()
578
/* note that "number" is in units of "
BM_BLOCK_SIZE
" (which is 4k),
in drbd_rs_number_requests()
650
size =
BM_BLOCK_SIZE
;
in make_resync_request()
672
#if DRBD_MAX_BIO_SIZE >
BM_BLOCK_SIZE
in make_resync_request()
682
if (size +
BM_BLOCK_SIZE
> max_bio_size)
in make_resync_request()
703
size +=
BM_BLOCK_SIZE
;
in make_resync_request()
704
if ((
BM_BLOCK_SIZE
<< align) <= size)
in make_resync_request()
710
if (size >
BM_BLOCK_SIZE
)
in make_resync_request()
794
size =
BM_BLOCK_SIZE
;
in make_ov_request()
[all...]
H
A
D
drbd_main.c
3021
u32 bm_bytes_per_bit; /*
BM_BLOCK_SIZE
*/
3050
buffer->bm_bytes_per_bit = cpu_to_be32(
BM_BLOCK_SIZE
);
in drbd_md_write()
3292
if (be32_to_cpu(buffer->bm_bytes_per_bit) !=
BM_BLOCK_SIZE
) {
in drbd_md_read()
3294
be32_to_cpu(buffer->bm_bytes_per_bit),
BM_BLOCK_SIZE
);
in drbd_md_read()
H
A
D
drbd_int.h
885
/* blocks to resync in this run [unit
BM_BLOCK_SIZE
] */
893
/* skipped because csum was equal [unit
BM_BLOCK_SIZE
] */
897
/* block not up-to-date at mark [unit
BM_BLOCK_SIZE
] */
1248
#define
BM_BLOCK_SIZE
(1<<BM_BLOCK_SHIFT)
macro
1294
#define BM_WORDS_PER_EXT ( (AL_EXT_SIZE/
BM_BLOCK_SIZE
) / BITS_PER_LONG )
1295
#define BM_BYTES_PER_EXT ( (AL_EXT_SIZE/
BM_BLOCK_SIZE
) / 8 ) // 128
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_worker.c
562
device->c_sync_rate = number * HZ * (
BM_BLOCK_SIZE
/ 1024) / SLEEP_TIME;
in drbd_rs_number_requests()
565
number = SLEEP_TIME * device->c_sync_rate / ((
BM_BLOCK_SIZE
/ 1024) * HZ);
in drbd_rs_number_requests()
575
/* note that "number" is in units of "
BM_BLOCK_SIZE
" (which is 4k),
in drbd_rs_number_requests()
647
size =
BM_BLOCK_SIZE
;
in make_resync_request()
669
#if DRBD_MAX_BIO_SIZE >
BM_BLOCK_SIZE
in make_resync_request()
679
if (size +
BM_BLOCK_SIZE
> max_bio_size)
in make_resync_request()
700
size +=
BM_BLOCK_SIZE
;
in make_resync_request()
701
if ((
BM_BLOCK_SIZE
<< align) <= size)
in make_resync_request()
707
if (size >
BM_BLOCK_SIZE
)
in make_resync_request()
792
size =
BM_BLOCK_SIZE
;
in make_ov_request()
[all...]
H
A
D
drbd_main.c
2984
u32 bm_bytes_per_bit; /*
BM_BLOCK_SIZE
*/
3013
buffer->bm_bytes_per_bit = cpu_to_be32(
BM_BLOCK_SIZE
);
in drbd_md_write()
3255
if (be32_to_cpu(buffer->bm_bytes_per_bit) !=
BM_BLOCK_SIZE
) {
in drbd_md_read()
3257
be32_to_cpu(buffer->bm_bytes_per_bit),
BM_BLOCK_SIZE
);
in drbd_md_read()
H
A
D
drbd_int.h
815
/* blocks to resync in this run [unit
BM_BLOCK_SIZE
] */
823
/* skipped because csum was equal [unit
BM_BLOCK_SIZE
] */
827
/* block not up-to-date at mark [unit
BM_BLOCK_SIZE
] */
1183
#define
BM_BLOCK_SIZE
(1<<BM_BLOCK_SHIFT)
macro
1229
#define BM_WORDS_PER_EXT ( (AL_EXT_SIZE/
BM_BLOCK_SIZE
) / BITS_PER_LONG )
1230
#define BM_BYTES_PER_EXT ( (AL_EXT_SIZE/
BM_BLOCK_SIZE
) / 8 ) // 128
Completed in 21 milliseconds