Searched refs:sysctl_bufdomain_long (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_bio.c | 198 static int sysctl_bufdomain_long(SYSCTL_HANDLER_ARGS); 216 __offsetof(struct bufdomain, bd_maxbufspace), sysctl_bufdomain_long, "L", 227 __offsetof(struct bufdomain, bd_lobufspace), sysctl_bufdomain_long, "L", 232 __offsetof(struct bufdomain, bd_hibufspace), sysctl_bufdomain_long, "L", 237 __offsetof(struct bufdomain, bd_bufspacethresh), sysctl_bufdomain_long, "L", 451 sysctl_bufdomain_long(SYSCTL_HANDLER_ARGS) in sysctl_bufdomain_long() function
|