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:pln_offset
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
lightnvm.h
202
u8
pln_offset
;
member
453
l.ppa |= ((u64)r.g.pl) << ppaf->
pln_offset
;
in generic_to_dev_addr()
482
l.g.pl = (r.ppa & ppaf->pln_mask) >> ppaf->
pln_offset
;
in dev_to_generic_addr()
506
caddr |= (u64)p.g.pl << ppaf->
pln_offset
;
in dev_to_chunk_addr()
542
ppaf->
pln_offset
;
in nvm_ppa32_to_ppa64()
582
ppa32 |= ppa64.g.pl << ppaf->
pln_offset
;
in nvm_ppa64_to_ppa32()
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
lightnvm.c
139
__u8
pln_offset
;
member
274
dst->
pln_offset
= src->
pln_offset
;
in nvme_nvm_set_addr_12()
281
dst->pln_mask = ((1ULL << dst->pln_len) - 1) << dst->
pln_offset
;
in nvme_nvm_set_addr_12()
1025
ppaf->
pln_offset
, ppaf->pln_len,
in nvm_dev_attr_show_ppaf()
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-init.c
228
dst->
pln_offset
= dst->sec_len;
in pblk_set_addrf_12()
229
dst->ch_offset = dst->
pln_offset
+ dst->pln_len;
in pblk_set_addrf_12()
235
dst->pln_mask = ((1ULL << dst->pln_len) - 1) << dst->
pln_offset
;
in pblk_set_addrf_12()
H
A
D
pblk-sysfs.c
130
ppaf->
pln_offset
, ppaf->pln_len,
in pblk_sysfs_ppaf()
139
gppaf->
pln_offset
, gppaf->pln_len,
in pblk_sysfs_ppaf()
H
A
D
pblk.h
991
ppa.g.pl = (paddr & ppaf->pln_mask) >> ppaf->
pln_offset
;
in addr_to_gen_ppa()
1048
paddr |= (u64)p.g.pl << ppaf->
pln_offset
;
in pblk_dev_ppa_to_line_addr()
Completed in 9 milliseconds