Searched refs:vmtx (Results 1 – 1 of 1) sorted by relevance
348 kmutex_t *vmtx; in get_free_vpmap() local450 vmtx = VPMAPMTX(vpm); in get_free_vpmap()451 if (!mutex_tryenter(vmtx)) { in get_free_vpmap()479 mutex_exit(vmtx); in get_free_vpmap()573 vmtx = VPMAPMTX(vpm); 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() local681 vmtx = VPMAPMTX(vpm); in get_vpmap()682 mutex_enter(vmtx); in get_vpmap()[all …]