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:gc_wa
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-cache.c
128
atomic64_add(valid_entries, &pblk->
gc_wa
);
in pblk_write_gc_to_cache()
H
A
D
pblk-sysfs.c
371
atomic64_read(&pblk->
gc_wa
), atomic64_read(&pblk->pad_wa),
in pblk_sysfs_get_write_amp_mileage()
379
atomic64_read(&pblk->
gc_wa
) - pblk->gc_rst_wa,
in pblk_sysfs_get_write_amp_trip()
517
pblk->gc_rst_wa = atomic64_read(&pblk->
gc_wa
);
in pblk_sysfs_set_write_amp_trip()
H
A
D
pblk-recovery.c
602
atomic64_set(&pblk->
gc_wa
, gc);
in pblk_recov_wa_counters()
H
A
D
pblk-init.c
384
atomic64_set(&pblk->
gc_wa
, 0);
in pblk_core_init()
H
A
D
pblk.h
631
atomic64_t
gc_wa
; /* Sectors written by GC */
member
H
A
D
pblk-core.c
1802
wa->gc = cpu_to_le64(atomic64_read(&pblk->
gc_wa
));
in pblk_line_close_meta()
Completed in 19 milliseconds