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:dst_list
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma-buf/
H
A
D
dma-resv.c
348
struct dma_resv_list *src_list, *
dst_list
;
in dma_resv_copy_fences()
local
363
dst_list
= dma_resv_list_alloc(shared_count);
in dma_resv_copy_fences()
364
if (!
dst_list
)
in dma_resv_copy_fences()
370
kfree(
dst_list
);
in dma_resv_copy_fences()
374
dst_list
->shared_count = 0;
in dma_resv_copy_fences()
384
dma_resv_list_free(
dst_list
);
in dma_resv_copy_fences()
394
rcu_assign_pointer(
dst_list
->shared[
dst_list
->shared_count++], fence);
in dma_resv_copy_fences()
397
dst_list
= NULL;
in dma_resv_copy_fences()
409
RCU_INIT_POINTER(dst->fence,
dst_list
);
in dma_resv_copy_fences()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/aspeed/
H
A
D
aspeed-hace-crypto.c
222
struct aspeed_sg_list *src_list, *
dst_list
;
in aspeed_sk_start_sg()
local
294
dst_list
= src_list;
in aspeed_sk_start_sg()
298
dst_list
= (struct aspeed_sg_list *)crypto_engine->dst_sg_addr;
in aspeed_sk_start_sg()
315
dst_list
[i].phy_addr = cpu_to_le32(phy_addr);
in aspeed_sk_start_sg()
316
dst_list
[i].len = cpu_to_le32(len);
in aspeed_sk_start_sg()
320
dst_list
[dst_sg_len].phy_addr = 0;
in aspeed_sk_start_sg()
321
dst_list
[dst_sg_len].len = 0;
in aspeed_sk_start_sg()
Completed in 3 milliseconds