OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vs_egress
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/
video.c
163
struct sample_queue
vs_egress
; /* samples headed for userspace */
member in struct:video_stream
1839
if (SIMPLEQ_EMPTY(&vs->
vs_egress
)) {
1846
while (SIMPLEQ_EMPTY(&vs->
vs_egress
)) {
1855
vb = SIMPLEQ_FIRST(&vs->
vs_egress
);
1857
vb = SIMPLEQ_FIRST(&vs->
vs_egress
);
2388
if (!SIMPLEQ_EMPTY(&sc->sc_stream_in.
vs_egress
))
2432
SIMPLEQ_INIT(&vs->
vs_egress
);
2447
while (SIMPLEQ_FIRST(&vs->
vs_egress
) != NULL)
2448
SIMPLEQ_REMOVE_HEAD(&vs->
vs_egress
, entries); */
2515
while (SIMPLEQ_FIRST(&vs->
vs_egress
) != NULL
[
all
...]
Completed in 51 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025