Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c123 long bd_maxbufspace; member
214 __offsetof(struct bufdomain, bd_maxbufspace), sysctl_bufdomain_long, "L",
699 limit = bd->bd_maxbufspace; in bufspace_reserve()
1275 bd->bd_maxbufspace = maxbufspace / buf_domains; in bufinit()
5412 db_printf("\tmaxbufspace\t%ld\n", bd->bd_maxbufspace); in DB_SHOW_COMMAND()