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:bppa
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-recovery.c
312
ppa = rlun->
bppa
;
in pblk_get_stripe_chunk()
618
struct ppa_addr
bppa
;
in pblk_line_was_written()
local
628
bppa
= pblk->luns[smeta_blk].
bppa
;
in pblk_line_was_written()
629
chunk = &line->chks[pblk_ppa_to_pos(geo,
bppa
)];
in pblk_line_was_written()
H
A
D
pblk-map.c
205
*erase_ppa = pblk->luns[bit].
bppa
; /* set ch and lun */
in pblk_map_erase_rq()
H
A
D
pblk-sysfs.c
43
rlun->
bppa
.a.ch,
in pblk_sysfs_luns_show()
44
rlun->
bppa
.a.lun,
in pblk_sysfs_luns_show()
H
A
D
pblk-core.c
901
ppa = pblk->luns[bit].
bppa
; /* set ch and lun */
in pblk_line_erase()
1143
int pos = pblk_ppa_to_pos(geo, rlun->
bppa
);
in pblk_prepare_new_line()
1148
set_bit(pblk_ppa_to_pos(geo, rlun->
bppa
),
in pblk_prepare_new_line()
1774
int pos = pblk_ppa_to_pos(geo, rlun->
bppa
);
in pblk_line_close()
H
A
D
pblk-init.c
616
rlun->
bppa
= dev->luns[lunid];
in pblk_luns_init()
724
ppa = rlun->
bppa
;
in pblk_setup_line_meta_chk()
H
A
D
pblk.h
211
struct ppa_addr
bppa
;
member
Completed in 10 milliseconds