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:written_secs
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-recovery.c
94
u64
written_secs
)
in pblk_update_line_wp()
99
for (i = 0; i <
written_secs
; i += pblk->min_write_pgs)
in pblk_update_line_wp()
103
if (
written_secs
> line->left_msecs) {
in pblk_update_line_wp()
111
line->left_msecs -=
written_secs
;
in pblk_update_line_wp()
120
u64
written_secs
= 0;
in pblk_sec_in_open_line()
local
130
written_secs
+= chunk->wp;
in pblk_sec_in_open_line()
137
pblk_update_line_wp(pblk, line,
written_secs
- lm->smeta_sec);
in pblk_sec_in_open_line()
139
return
written_secs
;
in pblk_sec_in_open_line()
93
pblk_update_line_wp(struct pblk *pblk, struct pblk_line *line, u64
written_secs
)
pblk_update_line_wp()
argument
Completed in 2 milliseconds