Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c131 int bd_dirtybufthresh; member
280 __offsetof(struct bufdomain, bd_dirtybufthresh), sysctl_bufdomain_int, "I",
1282 bd->bd_dirtybufthresh = dirtybufthresh / buf_domains; in bufinit()
5420 db_printf("\tdirtybufthresh\t%d\n", bd->bd_dirtybufthresh); in DB_SHOW_COMMAND()