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:alloc_tail
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
iop-adma.c
303
struct iop_adma_desc_slot *
alloc_tail
= NULL;
in iop_adma_alloc_slots()
local
319
alloc_tail
= iter;
in iop_adma_alloc_slots()
332
alloc_tail
->group_head = alloc_start;
in iop_adma_alloc_slots()
333
alloc_tail
->async_tx.cookie = -EBUSY;
in iop_adma_alloc_slots()
334
list_splice(&chain, &
alloc_tail
->tx_list);
in iop_adma_alloc_slots()
337
iop_desc_clear_next_desc(
alloc_tail
);
in iop_adma_alloc_slots()
338
return
alloc_tail
;
in iop_adma_alloc_slots()
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/
H
A
D
adma.c
1722
struct ppc440spe_adma_desc_slot *
alloc_tail
= NULL;
in ppc440spe_adma_alloc_slots()
local
1733
alloc_tail
= iter;
in ppc440spe_adma_alloc_slots()
1748
alloc_tail
->group_head = alloc_start;
in ppc440spe_adma_alloc_slots()
1749
alloc_tail
->async_tx.cookie = -EBUSY;
in ppc440spe_adma_alloc_slots()
1750
list_splice(&chain, &
alloc_tail
->group_list);
in ppc440spe_adma_alloc_slots()
1752
return
alloc_tail
;
in ppc440spe_adma_alloc_slots()
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/
H
A
D
adma.c
1720
struct ppc440spe_adma_desc_slot *
alloc_tail
= NULL;
in ppc440spe_adma_alloc_slots()
local
1731
alloc_tail
= iter;
in ppc440spe_adma_alloc_slots()
1746
alloc_tail
->group_head = alloc_start;
in ppc440spe_adma_alloc_slots()
1747
alloc_tail
->async_tx.cookie = -EBUSY;
in ppc440spe_adma_alloc_slots()
1748
list_splice(&chain, &
alloc_tail
->group_list);
in ppc440spe_adma_alloc_slots()
1750
return
alloc_tail
;
in ppc440spe_adma_alloc_slots()
Completed in 12 milliseconds