OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_secondary_cpu
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hppa/dev/
cpu.c
58
static volatile int
start_secondary_cpu
;
variable
277
atomic_store_release(&
start_secondary_cpu
, 1);
308
while (!atomic_load_acquire(&
start_secondary_cpu
))
/src/sys/arch/powerpc/oea/
cpu_subr.c
1577
static volatile int
start_secondary_cpu
;
variable
1677
while (
start_secondary_cpu
== 0)
1700
start_secondary_cpu
= 1;
Completed in 15 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026