HomeSort by: relevance | last modified time | path
    Searched refs:cpuq (Results 1 - 2 of 2) 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...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
aspeed-bmc-bytedance-g220a.dts 151 label = "fault-pvccin-cpuq";

Completed in 13 milliseconds