Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_bio.c199 static int sysctl_bufdomain_int(SYSCTL_HANDLER_ARGS);
272 __offsetof(struct bufdomain, bd_lodirtybuffers), sysctl_bufdomain_int, "I",
277 __offsetof(struct bufdomain, bd_hidirtybuffers), sysctl_bufdomain_int, "I",
282 __offsetof(struct bufdomain, bd_dirtybufthresh), sysctl_bufdomain_int, "I",
290 __offsetof(struct bufdomain, bd_lofreebuffers), sysctl_bufdomain_int, "I",
295 __offsetof(struct bufdomain, bd_hifreebuffers), sysctl_bufdomain_int, "I",
432 sysctl_bufdomain_int(SYSCTL_HANDLER_ARGS) in sysctl_bufdomain_int() function