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:bw_time_stamp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
backing-dev-defs.h
123
unsigned long
bw_time_stamp
; /* last time write bw is updated */
member
125
unsigned long written_stamp; /* pages written at
bw_time_stamp
*/
/kernel/linux/linux-6.6/include/linux/
H
A
D
backing-dev-defs.h
120
unsigned long
bw_time_stamp
; /* last time write bw is updated */
member
122
unsigned long written_stamp; /* pages written at
bw_time_stamp
*/
/kernel/linux/linux-6.6/mm/
H
A
D
page-writeback.c
1460
elapsed = max(now - wb->
bw_time_stamp
, 1UL);
in __wb_update_bandwidth()
1481
WRITE_ONCE(wb->
bw_time_stamp
, now);
in __wb_update_bandwidth()
1498
unsigned long elapsed = now - READ_ONCE(wb->
bw_time_stamp
);
in wb_bandwidth_estimate_start()
1505
WRITE_ONCE(wb->
bw_time_stamp
, now);
in wb_bandwidth_estimate_start()
1848
if (time_is_before_jiffies(READ_ONCE(wb->
bw_time_stamp
) +
in balance_dirty_pages()
2582
if (time_is_before_jiffies(READ_ONCE(wb->
bw_time_stamp
) +
in do_writepages()
H
A
D
backing-dev.c
429
wb->
bw_time_stamp
= jiffies;
in wb_init()
/kernel/linux/linux-5.10/mm/
H
A
D
page-writeback.c
1363
unsigned long elapsed = now - wb->
bw_time_stamp
;
in __wb_update_bandwidth()
1382
if (elapsed > HZ && time_before(wb->
bw_time_stamp
, start_time))
in __wb_update_bandwidth()
1403
wb->
bw_time_stamp
= now;
in __wb_update_bandwidth()
1736
if (time_is_before_jiffies(wb->
bw_time_stamp
+
in balance_dirty_pages()
H
A
D
backing-dev.c
297
wb->
bw_time_stamp
= jiffies;
in wb_init()
Completed in 12 milliseconds