Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_bio.c1769 unsigned int temp_bufcache; in sysctl_bufvm_update() local
1775 node.sysctl_data = &temp_bufcache; in sysctl_bufvm_update()
1776 temp_bufcache = *(unsigned int *)rnode->sysctl_data; in sysctl_bufvm_update()
1788 if (temp_bufcache > 100) in sysctl_bufvm_update()
1790 bufcache = temp_bufcache; in sysctl_bufvm_update()