Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c197 static int sysctl_bufdomain_int(SYSCTL_HANDLER_ARGS);
270 __offsetof(struct bufdomain, bd_lodirtybuffers), sysctl_bufdomain_int, "I",
275 __offsetof(struct bufdomain, bd_hidirtybuffers), sysctl_bufdomain_int, "I",
280 __offsetof(struct bufdomain, bd_dirtybufthresh), sysctl_bufdomain_int, "I",
288 __offsetof(struct bufdomain, bd_lofreebuffers), sysctl_bufdomain_int, "I",
293 __offsetof(struct bufdomain, bd_hifreebuffers), sysctl_bufdomain_int, "I",
431 sysctl_bufdomain_int(SYSCTL_HANDLER_ARGS) in sysctl_bufdomain_int() function