Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.c348 kmutex_t *vmtx; in get_free_vpmap() local
450 vmtx = VPMAPMTX(vpm); in get_free_vpmap()
479 mutex_exit(vmtx); in get_free_vpmap()
574 mutex_enter(vmtx); in get_free_vpmap()
588 mutex_exit(vmtx); in get_free_vpmap()
673 kmutex_t *vmtx; in get_vpmap() local
681 vmtx = VPMAPMTX(vpm); in get_vpmap()
682 mutex_enter(vmtx); in get_vpmap()
703 mutex_exit(vmtx); in get_vpmap()
718 vmtx = VPMAPMTX(vpm); in get_vpmap()
[all …]