OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipmqindex_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/gemini/
gemini_ipmvar.h
16
typedef uint32_t
ipmqindex_t
;
typedef in typeref:typename:uint32_t
18
#define IPMQPADSZ (4096 - ((sizeof(ipm_desc_t) * NIPMDESC) + (2 * sizeof(
ipmqindex_t
))))
21
volatile
ipmqindex_t
ix_write; /* writer increments and inserts here */
22
volatile
ipmqindex_t
ix_read; /* reader extracts here and increments */
26
static inline
ipmqindex_t
27
ipmqnext(
ipmqindex_t
ix)
35
ipmqisempty(
ipmqindex_t
ixr,
ipmqindex_t
ixw)
43
ipmqisfull(
ipmqindex_t
ixr,
ipmqindex_t
ixw
[
all
...]
gemini_ipm.c
223
ipmqindex_t
ix_read;
224
ipmqindex_t
ix_write;
271
ipmqindex_t
ix_read;
272
ipmqindex_t
ix_write;
317
ipmqindex_t
count = 0; /* XXX must count per tag */
319
ipmqindex_t
ixr = sc->sc_txqueue->ix_read;
321
static
ipmqindex_t
oixr = 0;
Completed in 11 milliseconds
Indexes created Sat Nov 08 18:09:48 GMT 2025