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:ov_left
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_proc.c
54
*bits_left = device->
ov_left
;
in drbd_get_syncer_progress()
197
bit_pos = bm_bits - device->
ov_left
;
in drbd_syncer_progress()
H
A
D
drbd_worker.c
891
db -= device->
ov_left
;
in drbd_resync_finished()
1022
if (verify_done && device->
ov_left
== 0)
in drbd_resync_finished()
1345
--device->
ov_left
;
in w_e_end_ov_reply()
1348
if ((device->
ov_left
& 0x200) == 0x200)
in w_e_end_ov_reply()
1349
drbd_advance_rs_marks(device, device->
ov_left
);
in w_e_end_ov_reply()
1354
if (device->
ov_left
== 0 || stop_sector_reached) {
in w_e_end_ov_reply()
H
A
D
drbd_receiver.c
2820
rs_left = device->
ov_left
;
in drbd_rs_c_min_rate_throttle()
2969
device->
ov_left
= drbd_bm_bits(device) - BM_SECT_TO_BIT(sector);
in receive_DataRequest()
2970
device->rs_total = device->
ov_left
;
in receive_DataRequest()
2972
device->rs_mark_left[i] = device->
ov_left
;
in receive_DataRequest()
5931
--device->
ov_left
;
in got_OVResult()
5934
if ((device->
ov_left
& 0x200) == 0x200)
in got_OVResult()
5935
drbd_advance_rs_marks(device, device->
ov_left
);
in got_OVResult()
5937
if (device->
ov_left
== 0) {
in got_OVResult()
H
A
D
drbd_state.c
1234
* on C_VERIFY_T, we initialize
ov_left
and friends
in set_ov_position()
1248
device->
ov_left
= device->rs_total;
in set_ov_position()
1364
BM_BIT_TO_SECT(drbd_bm_bits(device) - device->
ov_left
);
in _drbd_set_state()
1365
if (device->
ov_left
)
in _drbd_set_state()
1397
device->rs_mark_left[i] = device->
ov_left
;
in _drbd_set_state()
H
A
D
drbd_int.h
914
unsigned long
ov_left
; /* in bits */
member
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_proc.c
54
*bits_left = device->
ov_left
;
in drbd_get_syncer_progress()
197
bit_pos = bm_bits - device->
ov_left
;
in drbd_syncer_progress()
H
A
D
drbd_worker.c
890
db -= device->
ov_left
;
in drbd_resync_finished()
1021
if (verify_done && device->
ov_left
== 0)
in drbd_resync_finished()
1345
--device->
ov_left
;
in w_e_end_ov_reply()
1348
if ((device->
ov_left
& 0x200) == 0x200)
in w_e_end_ov_reply()
1349
drbd_advance_rs_marks(peer_device, device->
ov_left
);
in w_e_end_ov_reply()
1354
if (device->
ov_left
== 0 || stop_sector_reached) {
in w_e_end_ov_reply()
H
A
D
drbd_receiver.c
2786
rs_left = device->
ov_left
;
in drbd_rs_c_min_rate_throttle()
2932
device->
ov_left
= drbd_bm_bits(device) - BM_SECT_TO_BIT(sector);
in receive_DataRequest()
2933
device->rs_total = device->
ov_left
;
in receive_DataRequest()
2935
device->rs_mark_left[i] = device->
ov_left
;
in receive_DataRequest()
5882
--device->
ov_left
;
in got_OVResult()
5885
if ((device->
ov_left
& 0x200) == 0x200)
in got_OVResult()
5886
drbd_advance_rs_marks(peer_device, device->
ov_left
);
in got_OVResult()
5888
if (device->
ov_left
== 0) {
in got_OVResult()
H
A
D
drbd_state.c
1236
* on C_VERIFY_T, we initialize
ov_left
and friends
in set_ov_position()
1250
device->
ov_left
= device->rs_total;
in set_ov_position()
1366
BM_BIT_TO_SECT(drbd_bm_bits(device) - device->
ov_left
);
in _drbd_set_state()
1367
if (device->
ov_left
)
in _drbd_set_state()
1399
device->rs_mark_left[i] = device->
ov_left
;
in _drbd_set_state()
H
A
D
drbd_int.h
844
unsigned long
ov_left
; /* in bits */
member
Completed in 37 milliseconds