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:pblk_alloc_rqd
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-write.c
385
rqd =
pblk_alloc_rqd
(pblk, PBLK_WRITE_INT);
in pblk_submit_meta_io()
619
rqd =
pblk_alloc_rqd
(pblk, PBLK_WRITE);
in pblk_submit_write()
H
A
D
pblk-read.c
275
rqd =
pblk_alloc_rqd
(pblk, PBLK_READ);
in pblk_submit_read()
H
A
D
pblk-recovery.c
214
rqd =
pblk_alloc_rqd
(pblk, PBLK_WRITE_INT);
in pblk_recov_pad_line()
H
A
D
pblk-core.c
269
struct nvm_rq *
pblk_alloc_rqd
(struct pblk *pblk, int type)
in pblk_alloc_rqd()
function
1694
rqd =
pblk_alloc_rqd
(pblk, PBLK_ERASE);
in pblk_blk_erase_async()
H
A
D
pblk.h
764
struct nvm_rq *
pblk_alloc_rqd
(struct pblk *pblk, int type);
Completed in 9 milliseconds