OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipi_pending
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hppa/hppa/
ipifuncs.c
81
u_long
ipi_pending
;
local in function:hppa_ipi_intr
85
ipi_pending
= atomic_swap_ulong(&ci->ci_ipi, 0);
88
KASSERT(
ipi_pending
);
92
while (
ipi_pending
) {
93
if (
ipi_pending
& (1L << bit)) {
97
ipi_pending
&= ~(1L << bit);
ipifuncs.c
81
u_long
ipi_pending
;
local in function:hppa_ipi_intr
85
ipi_pending
= atomic_swap_ulong(&ci->ci_ipi, 0);
88
KASSERT(
ipi_pending
);
92
while (
ipi_pending
) {
93
if (
ipi_pending
& (1L << bit)) {
97
ipi_pending
&= ~(1L << bit);
ipifuncs.c
81
u_long
ipi_pending
;
local in function:hppa_ipi_intr
85
ipi_pending
= atomic_swap_ulong(&ci->ci_ipi, 0);
88
KASSERT(
ipi_pending
);
92
while (
ipi_pending
) {
93
if (
ipi_pending
& (1L << bit)) {
97
ipi_pending
&= ~(1L << bit);
Completed in 31 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025