Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dvfs_bio.c1877 unsigned int temp_bufcache; in sysctl_bufvm_update() local
1883 node.sysctl_data = &temp_bufcache; in sysctl_bufvm_update()
1884 temp_bufcache = *(unsigned int *)rnode->sysctl_data; in sysctl_bufvm_update()
1896 if (temp_bufcache > 100) in sysctl_bufvm_update()
1898 bufcache = temp_bufcache; in sysctl_bufvm_update()