OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spi_chunk_q
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/spi/
spivar.h
196
struct
spi_chunk_q
{
struct
198
SIMPLEQ_ENTRY(
spi_chunk_q
) chunk_q;
spi.c
762
SIMPLEQ_HEAD(,
spi_chunk_q
) ck_q;
763
struct
spi_chunk_q
*ce;
769
ce = kmem_alloc(sizeof(struct
spi_chunk_q
),KM_NOSLEEP);
783
kmem_free(ce, sizeof(struct
spi_chunk_q
));
Completed in 12 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025