OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buf_queue
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/scsipi/
ssvar.h
70
struct bufq_state *
buf_queue
; /* the queue of pending IO operations */
member in struct:ss_softc
stvar.h
139
struct bufq_state *
buf_queue
; /* the queue of pending IO */
member in struct:st_softc
/src/sys/dev/isa/
mcd.c
152
struct bufq_state *
buf_queue
;
member in struct:mcd_softc
287
bufq_alloc(&sc->
buf_queue
, "disksort", BUFQ_SORT_RAWBLOCK);
498
bufq_put(sc->
buf_queue
, bp);
518
if ((bp = bufq_get(sc->
buf_queue
)) == NULL) {
/src/usr.sbin/syslogd/
syslogd.h
297
struct
buf_queue
{
struct
299
STAILQ_ENTRY(
buf_queue
) entries;
301
STAILQ_HEAD(buf_queue_head,
buf_queue
);
Completed in 60 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025