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:cp_call_count
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
debug.c
219
si->
cp_call_count
[i] = atomic_read(&sbi->
cp_call_count
[i]);
in update_general_status()
503
si->
cp_call_count
[TOTAL_CALL],
in stat_show()
504
si->
cp_call_count
[BACKGROUND]);
in stat_show()
708
atomic_set(&sbi->
cp_call_count
[i], 0);
in f2fs_build_stats()
H
A
D
sysfs.c
362
atomic_read(&sbi->
cp_call_count
[TOTAL_CALL]) -
in f2fs_sbi_show()
363
atomic_read(&sbi->
cp_call_count
[BACKGROUND]));
in f2fs_sbi_show()
366
atomic_read(&sbi->
cp_call_count
[BACKGROUND]));
in f2fs_sbi_show()
985
STAT_INFO_RO_ATTR(cp_foreground_calls,
cp_call_count
[FOREGROUND]);
986
STAT_INFO_RO_ATTR(cp_background_calls,
cp_call_count
[BACKGROUND]);
H
A
D
f2fs.h
1709
atomic_t
cp_call_count
[MAX_CALL_TYPE]; /* # of cp call */
member
3936
int
cp_call_count
[MAX_CALL_TYPE], cp_count;
member
3962
atomic_inc(&sbi->
cp_call_count
[(foreground)])
Completed in 16 milliseconds