Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_bio.c200 static int sysctl_bufdomain_long(SYSCTL_HANDLER_ARGS);
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",
239 __offsetof(struct bufdomain, bd_bufspacethresh), sysctl_bufdomain_long, "L",
454 sysctl_bufdomain_long(SYSCTL_HANDLER_ARGS) in sysctl_bufdomain_long() function