Searched refs:bqueue (Results 1 – 4 of 4) sorted by relevance
206 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...]
28 typedef struct bqueue { struct
41 bqueue.o \
26 SRCS+= bqueue.c