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:vsc_list
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-init.c
547
kfree(l_mg->
vsc_list
);
in pblk_line_mg_free()
638
/* Round to sector size so that
vsc_list
starts on its own sector */
in calc_emeta_len()
768
line->vsc = &l_mg->
vsc_list
[line_id];
in pblk_setup_line_meta()
856
l_mg->
vsc_list
= kcalloc(l_mg->nr_lines, sizeof(__le32), GFP_KERNEL);
in pblk_line_mg_init()
857
if (!l_mg->
vsc_list
)
in pblk_line_mg_init()
909
l_mg->
vsc_list
[i] = cpu_to_le32(EMPTY_ENTRY);
in pblk_line_mg_init()
933
kfree(l_mg->
vsc_list
);
in pblk_line_mg_init()
H
A
D
pblk.h
517
__le32 *
vsc_list
; /* Valid sector counts for all lines */
member
H
A
D
pblk-core.c
1797
memcpy(emeta_to_vsc(pblk, emeta_buf), l_mg->
vsc_list
, lm->vsc_list_len);
in pblk_line_close_meta()
Completed in 8 milliseconds