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:SEC_PBUF_PAGE_NUM
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
H
A
D
sec_crypto.c
57
#define
SEC_PBUF_PAGE_NUM
(QM_Q_DEPTH / SEC_PBUF_NUM)
macro
59
SEC_PBUF_PAGE_NUM
* SEC_PBUF_NUM))
60
#define SEC_TOTAL_PBUF_SZ (PAGE_SIZE *
SEC_PBUF_PAGE_NUM
+ \
304
* So we need
SEC_PBUF_PAGE_NUM
numbers of PAGE
in sec_alloc_pbuf_resource()
307
for (i = 0; i <=
SEC_PBUF_PAGE_NUM
; i++) {
in sec_alloc_pbuf_resource()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H
A
D
sec_crypto.c
77
#define
SEC_PBUF_PAGE_NUM
(depth) ((depth) / SEC_PBUF_NUM)
macro
79
SEC_PBUF_PAGE_NUM
(depth) * SEC_PBUF_NUM))
80
#define SEC_TOTAL_PBUF_SZ(depth) (PAGE_SIZE *
SEC_PBUF_PAGE_NUM
(depth) + \
398
int size =
SEC_PBUF_PAGE_NUM
(q_depth);
in sec_alloc_pbuf_resource()
412
* So we need
SEC_PBUF_PAGE_NUM
numbers of PAGE
in sec_alloc_pbuf_resource()
Completed in 6 milliseconds