Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c281 kthread_t *vmu_calc_thread; /* NULL, or thread running */ member
451 vmu_data.vmu_calc_thread = NULL; in vm_usage_init()
1975 if (vmu_data.vmu_calc_thread == NULL) { in vm_getusage()
1979 vmu_data.vmu_calc_thread = curthread; in vm_getusage()
2008 vmu_data.vmu_calc_thread = NULL; in vm_getusage()
2025 while (vmu_data.vmu_calc_thread != NULL) { in vm_getusage()