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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c45 * fields. Every hment is also indexed by a system-wide hash table, using
48 struct hment { struct
50 struct hment *hm_next; /* next mapping of same page */
51 struct hment *hm_prev; /* previous mapping of same page */
70 * The hment reserve is similar to the htable reserve, with the following
100 * lists and "hash_lock" is a similar lock protecting the hment hash
148 * put one hment onto the reserves list
162 * Take one hment from the reserve.
170 * We rely on a "donation system" to refill the hment reserve
188 * Allocate an hment
[all...]

Completed in 45 milliseconds