Searched refs:bufdomain (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_bio.c | 121 struct bufdomain { struct 186 static int buf_flush(struct vnode *vp, struct bufdomain *, int); 187 static int flushbufqueues(struct vnode *, struct bufdomain *, int, int); 196 static inline struct bufdomain *bufdomain(struct buf *); 199 static int buf_recycle(struct bufdomain *, bool kva); 202 static void bd_init(struct bufdomain *bd); 203 static int bd_flushall(struct bufdomain *bd); 222 __offsetof(struct bufdomain, bd_maxbufspace), sysctl_bufdomain_long, "L", 233 __offsetof(struct bufdomain, bd_lobufspace), sysctl_bufdomain_long, "L", 238 __offsetof(struct bufdomain, bd_hibufspace), sysctl_bufdomain_long, "L", [all …]
|