Searched refs:anon_array_lock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h123 extern pad_mutex_t anon_array_lock[];
286 * locks, anon_array_lock[] are introduced to replace serial_lock and
289 * anon_map's members, whereas reader lock and anon_array_lock are
292 * are used with anon_array_lock[] to make the hold time of the locks
H A Dvm_anon.c134 pad_mutex_t anon_array_lock[ANON_LOCKSIZE]; variable
227 mutex_init(&anon_array_lock[i].pad_mutex, NULL,
3613 * anon_array_lock for the first anon slot, and mark only the
3620 sobj->sync_mutex = mtx = &anon_array_lock[hash].pad_mutex;
3644 * anon_array_lock for the first anon slot, and mark only the
3652 sobj->sync_mutex = mtx = &anon_array_lock[hash].pad_mutex;

Completed in 52 milliseconds