HomeSort by: relevance | last modified time | path
    Searched refs:ixr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/gemini/
gemini_ipmvar.h 35 ipmqisempty(ipmqindex_t ixr, ipmqindex_t ixw)
37 if (ixr == ixw)
43 ipmqisfull(ipmqindex_t ixr, ipmqindex_t ixw)
45 if (ipmqnext(ixw) == ixr)
gemini_ipm.c 319 ipmqindex_t ixr = sc->sc_txqueue->ix_read; local in function:gemini_ipm_count_txdone
323 while (oixr != ixr) {

Completed in 13 milliseconds