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:drbd_bm_bits
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_proc.c
192
unsigned long bm_bits =
drbd_bm_bits
(device);
in drbd_syncer_progress()
H
A
D
drbd_worker.c
654
device->bm_resync_fo =
drbd_bm_bits
(device);
in make_resync_request()
750
if (device->bm_resync_fo >=
drbd_bm_bits
(device)) {
in make_resync_request()
H
A
D
drbd_state.c
1229
device->rs_total =
drbd_bm_bits
(device);
in set_ov_position()
1364
BM_BIT_TO_SECT(
drbd_bm_bits
(device) - device->ov_left);
in _drbd_set_state()
H
A
D
drbd_bitmap.c
794
unsigned long
drbd_bm_bits
(struct drbd_device *device)
in drbd_bm_bits()
function
H
A
D
drbd_int.h
1368
extern unsigned long
drbd_bm_bits
(struct drbd_device *device);
H
A
D
drbd_nl.c
2107
if (_drbd_bm_total_weight(device) ==
drbd_bm_bits
(device))
in drbd_adm_attach()
3845
nla_put_u64_0pad(skb, T_bits_total,
drbd_bm_bits
(device)) ||
in nla_put_status_info()
H
A
D
drbd_receiver.c
2969
device->ov_left =
drbd_bm_bits
(device) - BM_SECT_TO_BIT(sector);
in receive_DataRequest()
4879
.bm_bits =
drbd_bm_bits
(device),
in receive_bitmap()
H
A
D
drbd_main.c
1301
.bm_bits =
drbd_bm_bits
(device),
in _drbd_send_bitmap()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_proc.c
192
unsigned long bm_bits =
drbd_bm_bits
(device);
in drbd_syncer_progress()
H
A
D
drbd_worker.c
651
device->bm_resync_fo =
drbd_bm_bits
(device);
in make_resync_request()
747
if (device->bm_resync_fo >=
drbd_bm_bits
(device)) {
in make_resync_request()
H
A
D
drbd_state.c
1231
device->rs_total =
drbd_bm_bits
(device);
in set_ov_position()
1366
BM_BIT_TO_SECT(
drbd_bm_bits
(device) - device->ov_left);
in _drbd_set_state()
H
A
D
drbd_bitmap.c
794
unsigned long
drbd_bm_bits
(struct drbd_device *device)
in drbd_bm_bits()
function
H
A
D
drbd_int.h
1307
extern unsigned long
drbd_bm_bits
(struct drbd_device *device);
H
A
D
drbd_nl.c
2048
if (_drbd_bm_total_weight(device) ==
drbd_bm_bits
(device))
in drbd_adm_attach()
3789
nla_put_u64_0pad(skb, T_bits_total,
drbd_bm_bits
(device)) ||
in nla_put_status_info()
H
A
D
drbd_receiver.c
2932
device->ov_left =
drbd_bm_bits
(device) - BM_SECT_TO_BIT(sector);
in receive_DataRequest()
4832
.bm_bits =
drbd_bm_bits
(device),
in receive_bitmap()
H
A
D
drbd_main.c
1290
.bm_bits =
drbd_bm_bits
(device),
in _drbd_send_bitmap()
Completed in 61 milliseconds