HomeSort by: relevance | last modified time | path
    Searched defs:temp_bufcache (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
vfs_bio.c 1877 unsigned int temp_bufcache; local in function:sysctl_bufvm_update
1883 node.sysctl_data = &temp_bufcache;
1884 temp_bufcache = *(unsigned int *)rnode->sysctl_data;
1896 if (temp_bufcache > 100)
1898 bufcache = temp_bufcache;

Completed in 52 milliseconds