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:irq_reserve_ipi
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
smp.c
255
virq =
irq_reserve_ipi
(ipidomain, mask);
in mips_smp_ipi_allocate()
260
virq =
irq_reserve_ipi
(ipidomain, mask);
in mips_smp_ipi_allocate()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
smp.c
273
virq =
irq_reserve_ipi
(ipidomain, mask);
in mips_smp_ipi_allocate()
278
virq =
irq_reserve_ipi
(ipidomain, mask);
in mips_smp_ipi_allocate()
/kernel/linux/linux-5.10/kernel/irq/
H
A
D
ipi.c
15
*
irq_reserve_ipi
() - Setup an IPI to destination cpumask
23
int
irq_reserve_ipi
(struct irq_domain *domain,
in irq_reserve_ipi()
function
110
* The IPIs allocated with
irq_reserve_ipi
() are retuerned to the system
214
*
irq_reserve_ipi
()
256
*
irq_reserve_ipi
()
301
* @virq: linux irq number from
irq_reserve_ipi
()
303
*
irq_reserve_ipi
()
322
* @virq: linux irq number from
irq_reserve_ipi
()
324
*
irq_reserve_ipi
()
/kernel/linux/linux-6.6/kernel/irq/
H
A
D
ipi.c
15
*
irq_reserve_ipi
() - Setup an IPI to destination cpumask
23
int
irq_reserve_ipi
(struct irq_domain *domain,
in irq_reserve_ipi()
function
110
* The IPIs allocated with
irq_reserve_ipi
() are returned to the system
220
*
irq_reserve_ipi
()
262
*
irq_reserve_ipi
()
307
* @virq: Linux IRQ number from
irq_reserve_ipi
()
309
*
irq_reserve_ipi
()
328
* @virq: Linux IRQ number from
irq_reserve_ipi
()
330
*
irq_reserve_ipi
()
/kernel/linux/linux-5.10/include/linux/
H
A
D
irqdomain.h
452
int
irq_reserve_ipi
(struct irq_domain *domain, const struct cpumask *dest);
/kernel/linux/linux-6.6/include/linux/
H
A
D
irqdomain.h
466
int
irq_reserve_ipi
(struct irq_domain *domain, const struct cpumask *dest);
Completed in 6 milliseconds