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:l2p_update
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-rb.c
95
rb->mem = rb->subm = rb->sync = rb->
l2p_update
= 0;
in pblk_rb_init()
248
entry = &rb->entries[rb->
l2p_update
];
in __pblk_rb_update_l2p()
266
rb->
l2p_update
= pblk_rb_ptr_wrap(rb, rb->
l2p_update
, 1);
in __pblk_rb_update_l2p()
275
* When we move the
l2p_update
pointer, we update the l2p table - lookups will
288
space = pblk_rb_ring_space(rb, mem, rb->
l2p_update
, rb->nr_entries);
in pblk_rb_update_l2p()
293
/*
l2p_update
used exclusively under rb->w_lock */
in pblk_rb_update_l2p()
315
to_update = pblk_rb_ring_count(sync, rb->
l2p_update
, rb->nr_entries);
in pblk_rb_sync_l2p()
773
(rb->sync == rb->
l2p_update
) &&
in pblk_rb_tear_down_check()
828
rb->
l2p_update
,
in pblk_rb_sysfs()
[all...]
H
A
D
pblk.h
180
unsigned int
l2p_update
; /* l2p update point - next entry for
member
Completed in 4 milliseconds