Home
last modified time | relevance | path

Searched refs:bqueue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/kern/
H A Dvfs_bio.c206 struct bqueue {
211 static struct bqueue bufqueues[BQUEUES] __cacheline_aligned;
226 static void binsheadfree(buf_t *, struct bqueue *);
227 static void binstailfree(buf_t *, struct bqueue *);
229 static int checkfreelist(buf_t *, struct bqueue *, int);
348 checkfreelist(buf_t *bp, struct bqueue *dp, int ison) in checkfreelist()
369 binsheadfree(buf_t *bp, struct bqueue *dp) in binsheadfree()
380 binstailfree(buf_t *bp, struct bqueue *dp) in binstailfree()
394 struct bqueue *dp; in bremfree()
465 struct bqueue *d in bufinit()
204 struct bqueue { global() struct
209 bq_markerbqueue global() argument
[all...]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dbqueue.h28 typedef struct bqueue { struct
/netbsd-src/external/cddl/osnet/dist/uts/common/
H A DMakefile.files41 bqueue.o \
/netbsd-src/sys/modules/zfs/
H A DMakefile.zfsmod26 SRCS+= bqueue.c