Lines Matching refs:ahm
1375 kmutex_t *ahm; in swapdel() local
1458 ahm = &anonhash_lock[(app - anon_hash) & in swapdel()
1460 mutex_enter(ahm); in swapdel()
1472 mutex_exit(ahm); in swapdel()
1477 mutex_enter(ahm); in swapdel()
1513 mutex_exit(ahm); in swapdel()
1518 mutex_exit(ahm); in swapdel()
1573 kmutex_t *ahm; in swapslot_free() local
1619 ahm = AH_MUTEX(vp, off); in swapslot_free()
1620 mutex_enter(ahm); in swapslot_free()
1623 mutex_exit(ahm); in swapslot_free()
1641 mutex_exit(ahm); in swapslot_free()
1644 mutex_exit(ahm); in swapslot_free()
1677 kmutex_t *ahm; in swap_newphysname() local
1688 ahm = AH_MUTEX(vp, offset); in swap_newphysname()
1689 mutex_enter(ahm); in swap_newphysname()
1692 mutex_exit(ahm); in swap_newphysname()
1700 mutex_exit(ahm); in swap_newphysname()
1716 ahm = AH_MUTEX(vp, off); in swap_newphysname()
1717 mutex_enter(ahm); in swap_newphysname()
1754 mutex_exit(ahm); in swap_newphysname()
1757 mutex_exit(ahm); in swap_newphysname()
1784 kmutex_t *ahm; in swap_getphysname() local
1786 ahm = AH_MUTEX(vp, off); in swap_getphysname()
1787 mutex_enter(ahm); in swap_getphysname()
1798 mutex_exit(ahm); in swap_getphysname()