OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPI_MAXREG
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
ipi.h
53
*
IPI_MAXREG
: the maximum number of asynchronous handlers which can
56
#define
IPI_MAXREG
32
60
#define IPI_BITWORDS (
IPI_MAXREG
>> IPI_BITW_SHIFT)
/src/sys/kern/
subr_ipi.c
65
static ipi_intr_t ipi_intrs[
IPI_MAXREG
] __cacheline_aligned;
137
for (u_int i = 0; i <
IPI_MAXREG
; i++) {
149
printf("WARNING: ipi_register: table full, increase
IPI_MAXREG
\n");
162
KASSERT(ipi_id <
IPI_MAXREG
);
187
KASSERT(ipi_id <
IPI_MAXREG
);
Completed in 12 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025