Searched refs:a_purgemtx (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Danon.h313 kmutex_t a_purgemtx; /* mutex for anonmap_purge() */ member in struct:anon_map
H A Dvm_anon.c180 mutex_init(&amp->a_purgemtx, NULL, MUTEX_DEFAULT, NULL);
193 mutex_destroy(&amp->a_purgemtx);
3324 * a_softlockcnt is 0 we grab a_purgemtx to avoid freeing anon map
3325 * before shamp_reclaim() is done with it. a_purgemtx also taken by
3333 mutex_enter(&amp->a_purgemtx);
3338 cv_wait(&amp->a_purgecv, &amp->a_purgemtx);
3340 mutex_exit(&amp->a_purgemtx);
H A Dseg_vn.c9366 * and anonmap_purge() acquires a_purgemtx.
9368 mutex_enter(&amp->a_purgemtx);
9374 mutex_exit(&amp->a_purgemtx);

Completed in 125 milliseconds