Searched refs:bufdomain (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | vfs_bio.c | 116 struct bufdomain { struct 172 static int buf_flush(struct vnode *vp, struct bufdomain *, int); 173 static int flushbufqueues(struct vnode *, struct bufdomain *, int, int); 182 static inline struct bufdomain *bufdomain(struct buf *); 185 static int buf_recycle(struct bufdomain *, bool kva); 188 static void bd_init(struct bufdomain *bd); 189 static int bd_flushall(struct bufdomain *bd); 208 __offsetof(struct bufdomain, bd_maxbufspace), sysctl_bufdomain_long, "L", 219 __offsetof(struct bufdomain, bd_lobufspace), sysctl_bufdomain_long, "L", 224 __offsetof(struct bufdomain, bd_hibufspace), sysctl_bufdomain_long, "L", [all …]
|