HomeSort by: relevance | last modified time | path
    Searched defs:bqueue (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_bio.c 206 struct bqueue { struct
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)
369 binsheadfree(buf_t *bp, struct bqueue *dp)
380 binstailfree(buf_t *bp, struct bqueue *dp)
394 struct bqueue *dp;
465 struct bqueue *dp
    [all...]
vfs_bio.c 206 struct bqueue { struct
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)
369 binsheadfree(buf_t *bp, struct bqueue *dp)
380 binstailfree(buf_t *bp, struct bqueue *dp)
394 struct bqueue *dp;
465 struct bqueue *dp
    [all...]

Completed in 23 milliseconds