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:rs_mark_time
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_proc.c
142
dt = (jiffies - device->
rs_mark_time
[i]) / HZ;
in drbd_syncer_progress()
162
dt = (jiffies - device->
rs_mark_time
[i]) / HZ;
in drbd_syncer_progress()
H
A
D
drbd_actlog.c
741
unsigned long last = device->
rs_mark_time
[device->rs_last_mark];
in drbd_advance_rs_marks()
747
device->
rs_mark_time
[next] = now;
in drbd_advance_rs_marks()
H
A
D
drbd_state.c
1374
-(long)device->
rs_mark_time
[device->rs_last_mark];
in _drbd_set_state()
1382
device->
rs_mark_time
[device->rs_last_mark] = jiffies;
in _drbd_set_state()
1398
device->
rs_mark_time
[i] = now;
in _drbd_set_state()
H
A
D
drbd_worker.c
1833
device->
rs_mark_time
[i] = now;
in drbd_start_resync()
H
A
D
drbd_int.h
900
unsigned long
rs_mark_time
[DRBD_SYNC_MARKS];
member
H
A
D
drbd_receiver.c
2824
dt = ((long)jiffies - (long)device->
rs_mark_time
[i]) / HZ;
in drbd_rs_c_min_rate_throttle()
2973
device->
rs_mark_time
[i] = now;
in receive_DataRequest()
H
A
D
drbd_main.c
2070
device->
rs_mark_time
[i] = 0;
in drbd_device_cleanup()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_proc.c
142
dt = (jiffies - device->
rs_mark_time
[i]) / HZ;
in drbd_syncer_progress()
162
dt = (jiffies - device->
rs_mark_time
[i]) / HZ;
in drbd_syncer_progress()
H
A
D
drbd_actlog.c
742
unsigned long last = device->
rs_mark_time
[device->rs_last_mark];
in drbd_advance_rs_marks()
748
device->
rs_mark_time
[next] = now;
in drbd_advance_rs_marks()
H
A
D
drbd_state.c
1376
-(long)device->
rs_mark_time
[device->rs_last_mark];
in _drbd_set_state()
1384
device->
rs_mark_time
[device->rs_last_mark] = jiffies;
in _drbd_set_state()
1400
device->
rs_mark_time
[i] = now;
in _drbd_set_state()
H
A
D
drbd_int.h
830
unsigned long
rs_mark_time
[DRBD_SYNC_MARKS];
member
H
A
D
drbd_worker.c
1838
device->
rs_mark_time
[i] = now;
in drbd_start_resync()
H
A
D
drbd_receiver.c
2790
dt = ((long)jiffies - (long)device->
rs_mark_time
[i]) / HZ;
in drbd_rs_c_min_rate_throttle()
2936
device->
rs_mark_time
[i] = now;
in receive_DataRequest()
H
A
D
drbd_main.c
2040
device->
rs_mark_time
[i] = 0;
in drbd_device_cleanup()
Completed in 47 milliseconds