Searched defs:nhsnode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c169 * The tunable nhsnode is now a threshold for a dynamically allocated
172 * nhsnode, the allocate and free logic will try to reduce the number
176 int nhsnode = HS_HSNODESPACE / sizeof (struct hsnode); variable
286 * the hsnode count threshold (nhsnode), or if there are no
292 if ((fsp->hsfs_nohsnode < nhsnode) || (fsp->hsfs_free_f == NULL)) {
670 if (nopage || (fsp->hsfs_nohsnode >= nhsnode)) {

Completed in 62 milliseconds