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:pblk_line_gc_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-gc.c
75
*
pblk_line_gc_list
will return proper move_list
in pblk_put_line_back()
80
move_list =
pblk_line_gc_list
(pblk, line);
in pblk_put_line_back()
H
A
D
pblk-core.c
185
move_list =
pblk_line_gc_list
(pblk, line);
in __pblk_map_invalidate()
407
struct list_head *
pblk_line_gc_list
(struct pblk *pblk, struct pblk_line *line)
in pblk_line_gc_list()
function
1764
move_list =
pblk_line_gc_list
(pblk, line);
in pblk_line_close()
H
A
D
pblk-recovery.c
794
move_list =
pblk_line_gc_list
(pblk, line);
in pblk_recov_l2p()
H
A
D
pblk.h
810
struct list_head *
pblk_line_gc_list
(struct pblk *pblk, struct pblk_line *line);
Completed in 9 milliseconds