Symbol: bufdomain
sys/kern/vfs_bio.c
1333
struct bufdomain *bd;
sys/kern/vfs_bio.c
1545
static inline struct bufdomain *
sys/kern/vfs_bio.c
1564
return (&bufdomain(bp)->bd_dirtyq);
sys/kern/vfs_bio.c
1566
return (&bufdomain(bp)->bd_subq[bp->b_subqueue]);
sys/kern/vfs_bio.c
1608
struct bufdomain *bd;
sys/kern/vfs_bio.c
1629
bd = bufdomain(bp);
sys/kern/vfs_bio.c
1664
atomic_add_int(&bufdomain(bp)->bd_freebuffers, 1);
sys/kern/vfs_bio.c
1728
buf_alloc(struct bufdomain *bd)
sys/kern/vfs_bio.c
1803
buf_recycle(struct bufdomain *bd, bool kva)
sys/kern/vfs_bio.c
186
static int buf_flush(struct vnode *vp, struct bufdomain *, int);
sys/kern/vfs_bio.c
187
static int flushbufqueues(struct vnode *, struct bufdomain *, int, int);
sys/kern/vfs_bio.c
1939
bd_init(struct bufdomain *bd)
sys/kern/vfs_bio.c
196
static inline struct bufdomain *bufdomain(struct buf *);
sys/kern/vfs_bio.c
1985
bd_flush(struct bufdomain *bd, struct bufqueue *bq)
sys/kern/vfs_bio.c
199
static int buf_recycle(struct bufdomain *, bool kva);
sys/kern/vfs_bio.c
2010
bd_flushall(struct bufdomain *bd)
sys/kern/vfs_bio.c
202
static void bd_init(struct bufdomain *bd);
sys/kern/vfs_bio.c
203
static int bd_flushall(struct bufdomain *bd);
sys/kern/vfs_bio.c
2035
struct bufdomain *bd;
sys/kern/vfs_bio.c
2040
bd = bufdomain(bp);
sys/kern/vfs_bio.c
222
__offsetof(struct bufdomain, bd_maxbufspace), sysctl_bufdomain_long, "L",
sys/kern/vfs_bio.c
233
__offsetof(struct bufdomain, bd_lobufspace), sysctl_bufdomain_long, "L",
sys/kern/vfs_bio.c
238
__offsetof(struct bufdomain, bd_hibufspace), sysctl_bufdomain_long, "L",
sys/kern/vfs_bio.c
2409
struct bufdomain *bd;
sys/kern/vfs_bio.c
243
__offsetof(struct bufdomain, bd_bufspacethresh), sysctl_bufdomain_long, "L",
sys/kern/vfs_bio.c
278
__offsetof(struct bufdomain, bd_lodirtybuffers), sysctl_bufdomain_int, "I",
sys/kern/vfs_bio.c
283
__offsetof(struct bufdomain, bd_hidirtybuffers), sysctl_bufdomain_int, "I",
sys/kern/vfs_bio.c
288
__offsetof(struct bufdomain, bd_dirtybufthresh), sysctl_bufdomain_int, "I",
sys/kern/vfs_bio.c
296
__offsetof(struct bufdomain, bd_lofreebuffers), sysctl_bufdomain_int, "I",
sys/kern/vfs_bio.c
301
__offsetof(struct bufdomain, bd_hifreebuffers), sysctl_bufdomain_int, "I",
sys/kern/vfs_bio.c
3360
struct bufdomain *bd;
sys/kern/vfs_bio.c
3424
buf_flush(struct vnode *vp, struct bufdomain *bd, int target)
sys/kern/vfs_bio.c
3463
struct bufdomain *bd;
sys/kern/vfs_bio.c
3576
flushbufqueues(struct vnode *lvp, struct bufdomain *bd, int target,
sys/kern/vfs_bio.c
3915
bufspace_wait(bufdomain(bp), bp->b_vp, gbflags, 0, 0);
sys/kern/vfs_bio.c
402
struct bufdomain __exclusive_cache_line bdomain[BUF_DOMAINS];
sys/kern/vfs_bio.c
4268
bufspace_release(bufdomain(bp), maxsize);
sys/kern/vfs_bio.c
4294
bufspace_release(bufdomain(bp), maxsize);
sys/kern/vfs_bio.c
4323
bufspace_release(bufdomain(bp), maxsize);
sys/kern/vfs_bio.c
545
bd_clear(struct bufdomain *bd)
sys/kern/vfs_bio.c
5553
struct bufdomain *bd;
sys/kern/vfs_bio.c
563
bd_set(struct bufdomain *bd)
sys/kern/vfs_bio.c
583
struct bufdomain *bd;
sys/kern/vfs_bio.c
586
bd = bufdomain(bp);
sys/kern/vfs_bio.c
603
struct bufdomain *bd;
sys/kern/vfs_bio.c
610
bd = bufdomain(bp);
sys/kern/vfs_bio.c
624
bufspace_daemon_wakeup(struct bufdomain *bd)
sys/kern/vfs_bio.c
647
struct bufdomain *bd;
sys/kern/vfs_bio.c
653
bd = bufdomain(bp);
sys/kern/vfs_bio.c
674
bufspace_reserve(struct bufdomain *bd, int size, bool metadata)
sys/kern/vfs_bio.c
703
bufspace_release(struct bufdomain *bd, int size)
sys/kern/vfs_bio.c
717
bufspace_wait(struct bufdomain *bd, struct vnode *vp, int gbflags,
sys/kern/vfs_bio.c
772
struct bufdomain *bd = arg;
sys/kern/vfs_bio.c
798
struct bufdomain *bd = arg;