OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 23:09:53 GMT 2025