Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_bio.c120 struct bufdomain { struct
182 static int buf_flush(struct vnode *vp, struct bufdomain *, int);
183 static int flushbufqueues(struct vnode *, struct bufdomain *, int, int);
192 static inline struct bufdomain *bufdomain(struct buf *);
195 static int buf_recycle(struct bufdomain *, bool kva);
198 static void bd_init(struct bufdomain *bd);
199 static int bd_flushall(struct bufdomain *bd);
218 __offsetof(struct bufdomain, bd_maxbufspace), sysctl_bufdomain_long, "L",
229 __offsetof(struct bufdomain, bd_lobufspace), sysctl_bufdomain_long, "L",
234 __offsetof(struct bufdomain, bd_hibufspace), sysctl_bufdomain_long, "L",
[all …]