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:rlun
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-sysfs.c
28
struct pblk_lun *
rlun
;
in pblk_sysfs_luns_show()
local
35
rlun
= &pblk->luns[i];
in pblk_sysfs_luns_show()
36
if (!down_trylock(&
rlun
->wr_sem)) {
in pblk_sysfs_luns_show()
38
up(&
rlun
->wr_sem);
in pblk_sysfs_luns_show()
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
1142
struct pblk_lun *
rlun
= &pblk->luns[i];
in pblk_prepare_new_line()
local
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()
1773
struct pblk_lun *
rlun
= &pblk->luns[i];
in pblk_line_close()
local
1774
int pos = pblk_ppa_to_pos(geo,
rlun
->bppa);
in pblk_line_close()
1883
struct pblk_lun *
rlun
= &pblk->luns[pos];
in __pblk_down_chunk()
local
1891
ret = down_timeout(&
rlun
->wr_sem, msecs_to_jiffies(30000));
in __pblk_down_chunk()
1926
struct pblk_lun *
rlun
;
in pblk_up_chunk()
local
1929
rlun
= &pblk->luns[pos];
in pblk_up_chunk()
1930
up(&
rlun
in pblk_up_chunk()
1937
struct pblk_lun *
rlun
;
pblk_up_rq()
local
[all...]
H
A
D
pblk-init.c
595
struct pblk_lun *
rlun
;
in pblk_luns_init()
local
615
rlun
= &pblk->luns[i];
in pblk_luns_init()
616
rlun
->bppa = dev->luns[lunid];
in pblk_luns_init()
618
sema_init(&
rlun
->wr_sem, 1);
in pblk_luns_init()
718
struct pblk_lun *
rlun
= &pblk->luns[i];
in pblk_setup_line_meta_chk()
local
724
ppa =
rlun
->bppa;
in pblk_setup_line_meta_chk()
H
A
D
pblk-recovery.c
307
struct pblk_lun *
rlun
;
in pblk_get_stripe_chunk()
local
311
rlun
= &pblk->luns[index];
in pblk_get_stripe_chunk()
312
ppa =
rlun
->bppa;
in pblk_get_stripe_chunk()
Completed in 7 milliseconds