OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpuq
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/vax/vax/
multicpu.c
52
struct
cpuq
{
struct
53
SIMPLEQ_ENTRY(
cpuq
) cq_q;
58
SIMPLEQ_HEAD(,
cpuq
)
cpuq
= SIMPLEQ_HEAD_INITIALIZER(
cpuq
);
66
struct
cpuq
*q;
68
while ((q = SIMPLEQ_FIRST(&
cpuq
))) {
69
SIMPLEQ_REMOVE_HEAD(&
cpuq
, cq_q);
83
struct
cpuq
*cq;
110
SIMPLEQ_INSERT_TAIL(&
cpuq
, cq, cq_q)
[
all
...]
Completed in 26 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026