HomeSort by: relevance | last modified time | path
    Searched defs:nextnext (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
twe.c 959 int s, next, nextnext, level; local in function:twe_aen_enqueue
1021 nextnext = (sc->sc_aen_head + 2) % TWE_AEN_Q_LENGTH;
1027 if (nextnext == sc->sc_aen_tail)
twe.c 959 int s, next, nextnext, level; local in function:twe_aen_enqueue
1021 nextnext = (sc->sc_aen_head + 2) % TWE_AEN_Q_LENGTH;
1027 if (nextnext == sc->sc_aen_tail)
twe.c 959 int s, next, nextnext, level; local in function:twe_aen_enqueue
1021 nextnext = (sc->sc_aen_head + 2) % TWE_AEN_Q_LENGTH;
1027 if (nextnext == sc->sc_aen_tail)

Completed in 33 milliseconds