Searched defs:anon_map (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h269 * The anon_map structure is used by various clients of the anon layer to
272 * same anon_map structure. Also, if a segment is unmapped
273 * in the middle where an anon_map structure exists, the
274 * newly created segment will also share the anon_map structure,
278 * a range of anon slots in the array given by the anon_map
280 * we have to store the size of the anon array in the anon_map
289 * anon_map's members, whereas reader lock and anon_array_lock are
298 * szc in the anon_map structure. For MAP_SHARED, the amp->szc is either
302 typedef struct anon_map { struct
303 krwlock_t a_rwlock; /* protect anon_map an
[all...]

Completed in 57 milliseconds