Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1538 sfmmup->sfmmu_free = 0; in hat_alloc()
1921 sfmmup->sfmmu_free = 1; in hat_free_start()
5471 if (sfmmup->sfmmu_free) { in hat_unload_large_virtual()
5576 if (!sfmmup->sfmmu_free) in hat_unload_large_virtual()
5637 if (sfmmup->sfmmu_free) { in hat_unload_callback()
5873 if (!sfmmup->sfmmu_free) in hat_unload_callback()
8811 if (!sfmmup->sfmmu_free) { in hat_unshare()
8851 if (!sfmmup->sfmmu_free) { in hat_unshare()
10313 sfmmup->sfmmu_free = 0; in sfmmu_free_sfmmu()
14134 if (sfmmup->sfmmu_free) { in hat_leave_region()
[all …]
H A Dhat_sfmmu.h681 uint_t sfmmu_free:1; /* hat to be freed - set on as_free */ member