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:fail_pages
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
stash.c
90
unsigned long long
fail_pages
;
member
98
unsigned long long
fail_pages
;
member
646
unsigned long long ok_pages,
fail_pages
;
in hmdfs_update_stash_stats()
local
650
fail_pages
= atomic64_read(&cache->to_write_pgs) - ok_pages;
in hmdfs_update_stash_stats()
652
stats->
fail_pages
+=
fail_pages
;
in hmdfs_update_stash_stats()
803
stash_stats->
fail_pages
+= stats->
fail_pages
;
in hmdfs_update_peer_stash_stats()
1634
stats->
fail_pages
+= pages;
in hmdfs_update_restore_stats()
1931
restore_stats->
fail_pages
in hmdfs_update_peer_restore_stats()
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
stash.c
90
unsigned long long
fail_pages
;
member
98
unsigned long long
fail_pages
;
member
636
unsigned long long ok_pages,
fail_pages
;
in hmdfs_update_stash_stats()
local
640
fail_pages
= atomic64_read(&cache->to_write_pgs) - ok_pages;
in hmdfs_update_stash_stats()
642
stats->
fail_pages
+=
fail_pages
;
in hmdfs_update_stash_stats()
793
stash_stats->
fail_pages
+= stats->
fail_pages
;
in hmdfs_update_peer_stash_stats()
1619
stats->
fail_pages
+= pages;
in hmdfs_update_restore_stats()
1916
restore_stats->
fail_pages
in hmdfs_update_peer_restore_stats()
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H
A
D
connection.h
107
unsigned long long
fail_pages
;
member
118
unsigned long long
fail_pages
;
member
H
A
D
device_node.c
1125
stash_fail_pages += node->stats.stash.
fail_pages
;
in peers_sum_attr_show()
1129
restore_fail_pages += node->stats.restore.
fail_pages
;
in peers_sum_attr_show()
1487
"
fail_pages
%llu\n",
in stash_show()
1495
peer->stats.stash.
fail_pages
);
in stash_show()
1511
"
fail_pages
%llu\n",
in restore_show()
1519
peer->stats.restore.
fail_pages
);
in restore_show()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H
A
D
connection.h
107
unsigned long long
fail_pages
;
member
118
unsigned long long
fail_pages
;
member
H
A
D
device_node.c
1125
stash_fail_pages += node->stats.stash.
fail_pages
;
in peers_sum_attr_show()
1129
restore_fail_pages += node->stats.restore.
fail_pages
;
in peers_sum_attr_show()
1489
"
fail_pages
%llu\n",
in stash_show()
1497
peer->stats.stash.
fail_pages
);
in stash_show()
1513
"
fail_pages
%llu\n",
in restore_show()
1521
peer->stats.restore.
fail_pages
);
in restore_show()
Completed in 13 milliseconds