OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ds_ingress
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/dtv/
dtv_buffer.c
66
if (SIMPLEQ_EMPTY(&ds->
ds_ingress
)) {
73
db = SIMPLEQ_FIRST(&ds->
ds_ingress
);
87
SIMPLEQ_REMOVE_HEAD(&ds->
ds_ingress
, db_entries);
198
SIMPLEQ_INSERT_TAIL(&ds->
ds_ingress
, db, db_entries);
221
while (SIMPLEQ_FIRST(&ds->
ds_ingress
))
222
SIMPLEQ_REMOVE_HEAD(&ds->
ds_ingress
, db_entries);
dtvvar.h
65
struct dtv_sample_queue
ds_ingress
, ds_egress;
member in struct:dtv_stream
dtv_device.c
108
SIMPLEQ_INIT(&ds->
ds_ingress
);
Completed in 32 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025