Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c988 kmutex_t *ahm; in anon_alloc() local
1001 mutex_enter(ahm); in anon_alloc()
1003 mutex_exit(ahm); in anon_alloc()
1018 kmutex_t *ahm; in anon_swap_free() local
1034 mutex_enter(ahm); in anon_swap_free()
1063 kmutex_t *ahm; in anon_decref() local
1165 kmutex_t *ahm; in anon_decref_pages() local
1344 kmutex_t *ahm; in anon_dup() local
1680 kmutex_t *ahm; in anon_disclaim() local
1915 kmutex_t *ahm; in anon_getpage() local
[all …]
H A Dvm_swap.c1402 kmutex_t *ahm; in swapdel() local
1545 mutex_exit(ahm); in swapdel()
1600 kmutex_t *ahm; in swapslot_free() local
1647 mutex_enter(ahm); in swapslot_free()
1650 mutex_exit(ahm); in swapslot_free()
1668 mutex_exit(ahm); in swapslot_free()
1671 mutex_exit(ahm); in swapslot_free()
1704 kmutex_t *ahm; in swap_newphysname() local
1727 mutex_exit(ahm); in swap_newphysname()
1811 kmutex_t *ahm; in swap_getphysname() local
[all …]
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c228 kmutex_t *ahm; in swap_getapage() local
235 ahm = AH_MUTEX(vp, off); in swap_getapage()
236 mutex_enter(ahm); in swap_getapage()
253 mutex_exit(ahm); in swap_getapage()
414 kmutex_t *ahm; in swap_getconpage() local
416 ahm = AH_MUTEX(vp, off); in swap_getconpage()
417 mutex_enter(ahm); in swap_getconpage()
428 mutex_exit(ahm); in swap_getconpage()
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c393 kmutex_t *ahm; in cow_mapin() local
400 ahm = AH_MUTEX(pp->p_vnode, pp->p_offset); in cow_mapin()
401 mutex_enter(ahm); in cow_mapin()
433 mutex_exit(ahm); in cow_mapin()