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:DPAA2_IO_ANY_CPU
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H
A
D
dpio-service.c
54
if (cpu !=
DPAA2_IO_ANY_CPU
&& cpu >= num_possible_cpus())
in service_select_by_cpu()
91
* to the specified cpu. If
DPAA2_IO_ANY_CPU
is used, return the next available
96
if (cpu ==
DPAA2_IO_ANY_CPU
)
in dpaa2_io_service_select()
122
if (desc->cpu !=
DPAA2_IO_ANY_CPU
&& desc->cpu >= num_possible_cpus()) {
in dpaa2_io_create()
/kernel/linux/linux-5.10/include/soc/fsl/
H
A
D
dpaa2-io.h
32
#define
DPAA2_IO_ANY_CPU
-1
macro
75
*
DPAA2_IO_ANY_CPU
if don't care
/kernel/linux/linux-6.6/include/soc/fsl/
H
A
D
dpaa2-io.h
32
#define
DPAA2_IO_ANY_CPU
-1
macro
77
*
DPAA2_IO_ANY_CPU
if don't care
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H
A
D
dpio-service.c
63
if (cpu !=
DPAA2_IO_ANY_CPU
&& cpu >= num_possible_cpus())
in service_select_by_cpu()
100
* to the specified cpu. If
DPAA2_IO_ANY_CPU
is used, return the next available
105
if (cpu ==
DPAA2_IO_ANY_CPU
)
in dpaa2_io_service_select()
143
if (desc->cpu !=
DPAA2_IO_ANY_CPU
&& desc->cpu >= num_possible_cpus()) {
in dpaa2_io_create()
/kernel/linux/linux-5.10/drivers/dma/fsl-dpaa2-qdma/
H
A
D
dpaa2-qdma.c
470
ppriv->nctx.desired_cpu =
DPAA2_IO_ANY_CPU
;
in dpaa2_qdma_dpio_setup()
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/
H
A
D
dpaa2-qdma.c
469
ppriv->nctx.desired_cpu =
DPAA2_IO_ANY_CPU
;
in dpaa2_qdma_dpio_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-switch.c
2856
nctx->desired_cpu =
DPAA2_IO_ANY_CPU
;
in dpaa2_switch_setup_dpio()
Completed in 10 milliseconds