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:ok_pages
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
stash.c
89
unsigned long long
ok_pages
;
member
97
unsigned long long
ok_pages
;
member
646
unsigned long long
ok_pages
, fail_pages;
in hmdfs_update_stash_stats()
local
649
ok_pages
= err > 0 ? atomic64_read(&cache->written_pgs) : 0;
in hmdfs_update_stash_stats()
650
fail_pages = atomic64_read(&cache->to_write_pgs) -
ok_pages
;
in hmdfs_update_stash_stats()
651
stats->
ok_pages
+=
ok_pages
;
in hmdfs_update_stash_stats()
802
stash_stats->
ok_pages
+= stats->
ok_pages
;
in hmdfs_update_peer_stash_stats()
1629
stats->
ok_pages
in hmdfs_update_restore_stats()
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
stash.c
89
unsigned long long
ok_pages
;
member
97
unsigned long long
ok_pages
;
member
636
unsigned long long
ok_pages
, fail_pages;
in hmdfs_update_stash_stats()
local
639
ok_pages
= err > 0 ? atomic64_read(&cache->written_pgs) : 0;
in hmdfs_update_stash_stats()
640
fail_pages = atomic64_read(&cache->to_write_pgs) -
ok_pages
;
in hmdfs_update_stash_stats()
641
stats->
ok_pages
+=
ok_pages
;
in hmdfs_update_stash_stats()
792
stash_stats->
ok_pages
+= stats->
ok_pages
;
in hmdfs_update_peer_stash_stats()
1614
stats->
ok_pages
in hmdfs_update_restore_stats()
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H
A
D
connection.h
106
unsigned long long
ok_pages
;
member
117
unsigned long long
ok_pages
;
member
H
A
D
device_node.c
1124
stash_ok_pages += node->stats.stash.
ok_pages
;
in peers_sum_attr_show()
1128
restore_ok_pages += node->stats.restore.
ok_pages
;
in peers_sum_attr_show()
1486
"
ok_pages
%llu\n"
in stash_show()
1494
peer->stats.stash.
ok_pages
,
in stash_show()
1510
"
ok_pages
%llu\n"
in restore_show()
1518
peer->stats.restore.
ok_pages
,
in restore_show()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H
A
D
connection.h
106
unsigned long long
ok_pages
;
member
117
unsigned long long
ok_pages
;
member
H
A
D
device_node.c
1124
stash_ok_pages += node->stats.stash.
ok_pages
;
in peers_sum_attr_show()
1128
restore_ok_pages += node->stats.restore.
ok_pages
;
in peers_sum_attr_show()
1488
"
ok_pages
%llu\n"
in stash_show()
1496
peer->stats.stash.
ok_pages
,
in stash_show()
1512
"
ok_pages
%llu\n"
in restore_show()
1520
peer->stats.restore.
ok_pages
,
in restore_show()
Completed in 14 milliseconds