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:NR_IPI
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
smp.c
76
NR_IPI
enumerator
80
static int nr_ipi __read_mostly =
NR_IPI
;
81
static struct irq_desc *ipi_desc[
NR_IPI
] __read_mostly;
760
static const char *ipi_types[
NR_IPI
] __tracepoint_string = {
778
for (i = 0; i <
NR_IPI
; i++) {
in arch_show_interrupts()
864
if ((unsigned)ipinr <
NR_IPI
)
in do_handle_IPI()
913
if ((unsigned)ipinr <
NR_IPI
)
in do_handle_IPI()
957
WARN_ON(n <
NR_IPI
);
in set_smp_ipi_range()
958
nr_ipi = min(n,
NR_IPI
);
in set_smp_ipi_range()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
hardirq.h
15
#define
NR_IPI
2
macro
18
unsigned int ipi_irqs[
NR_IPI
];
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
hardirq.h
15
#define
NR_IPI
2
macro
18
unsigned int ipi_irqs[
NR_IPI
];
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
smp.c
77
NR_IPI
enumerator
81
static int nr_ipi __read_mostly =
NR_IPI
;
82
static struct irq_desc *ipi_desc[
NR_IPI
] __read_mostly;
788
static const char *ipi_types[
NR_IPI
] __tracepoint_string = {
807
for (i = 0; i <
NR_IPI
; i++) {
in arch_show_interrupts()
892
if ((unsigned)ipinr <
NR_IPI
)
in do_handle_IPI()
941
if ((unsigned)ipinr <
NR_IPI
)
in do_handle_IPI()
985
WARN_ON(n <
NR_IPI
);
in set_smp_ipi_range()
986
nr_ipi = min(n,
NR_IPI
);
in set_smp_ipi_range()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
smp.c
69
NR_IPI
,
enumerator
71
* CPU_BACKTRACE is special and not included in
NR_IPI
74
IPI_CPU_BACKTRACE =
NR_IPI
,
84
static int nr_ipi __read_mostly =
NR_IPI
;
525
static const char *ipi_types[
NR_IPI
] __tracepoint_string = {
542
for (i = 0; i <
NR_IPI
; i++) {
in show_ipi_list()
638
if ((unsigned)ipinr <
NR_IPI
)
in do_handle_IPI()
685
if ((unsigned)ipinr <
NR_IPI
)
in do_handle_IPI()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
smp.c
68
NR_IPI
,
enumerator
70
* CPU_BACKTRACE is special and not included in
NR_IPI
73
IPI_CPU_BACKTRACE =
NR_IPI
,
83
static int nr_ipi __read_mostly =
NR_IPI
;
534
static const char *ipi_types[
NR_IPI
] __tracepoint_string = {
550
for (i = 0; i <
NR_IPI
; i++) {
in show_ipi_list()
637
if ((unsigned)ipinr <
NR_IPI
)
in do_handle_IPI()
684
if ((unsigned)ipinr <
NR_IPI
)
in do_handle_IPI()
/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H
A
D
smp.c
54
static const char *ipi_types[
NR_IPI
] __tracepoint_string = {
63
for (i = 0; i <
NR_IPI
; i++) {
in show_ipi_list()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
smp.c
74
static const char *ipi_types[
NR_IPI
] __tracepoint_string = {
83
for (i = 0; i <
NR_IPI
; i++) {
in show_ipi_list()
Completed in 7 milliseconds