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:curr_events
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_receiver.c
2795
int
curr_events
;
in drbd_rs_c_min_rate_throttle()
local
2805
curr_events
= (int)part_stat_read_accum(&disk->part0, sectors) -
in drbd_rs_c_min_rate_throttle()
2809
||
curr_events
- device->rs_last_events > 64) {
in drbd_rs_c_min_rate_throttle()
2813
device->rs_last_events =
curr_events
;
in drbd_rs_c_min_rate_throttle()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_receiver.c
2761
int
curr_events
;
in drbd_rs_c_min_rate_throttle()
local
2771
curr_events
= (int)part_stat_read_accum(disk->part0, sectors) -
in drbd_rs_c_min_rate_throttle()
2775
||
curr_events
- device->rs_last_events > 64) {
in drbd_rs_c_min_rate_throttle()
2779
device->rs_last_events =
curr_events
;
in drbd_rs_c_min_rate_throttle()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
md.c
8498
int
curr_events
;
in is_mddev_idle()
local
8504
curr_events
= (int)part_stat_read_accum(&disk->part0, sectors) -
in is_mddev_idle()
8509
* So resync activity will cause
curr_events
to be smaller than
in is_mddev_idle()
8512
* increasing sync_io so
curr_events
will (eventually)
in is_mddev_idle()
8518
* we set last_event to
curr_events
, then all that activity
in is_mddev_idle()
8525
* always make
curr_events
less than last_events.
in is_mddev_idle()
8528
if (init ||
curr_events
- rdev->last_events > 64) {
in is_mddev_idle()
8529
rdev->last_events =
curr_events
;
in is_mddev_idle()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
md.c
8560
int
curr_events
;
in is_mddev_idle()
local
8566
curr_events
= (int)part_stat_read_accum(disk->part0, sectors) -
in is_mddev_idle()
8571
* So resync activity will cause
curr_events
to be smaller than
in is_mddev_idle()
8574
* increasing sync_io so
curr_events
will (eventually)
in is_mddev_idle()
8580
* we set last_event to
curr_events
, then all that activity
in is_mddev_idle()
8587
* always make
curr_events
less than last_events.
in is_mddev_idle()
8590
if (init ||
curr_events
- rdev->last_events > 64) {
in is_mddev_idle()
8591
rdev->last_events =
curr_events
;
in is_mddev_idle()
Completed in 36 milliseconds