HomeSort by: relevance | last modified time | path
    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 27 milliseconds