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

/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h156 * list using next/prev pointers. If the "p_selock" and "p_iolock"
157 * are held, then the page is currently being read in (exclusive p_selock)
158 * or written back (shared p_selock). In this case, the next/prev pointers
167 * p_selock This is a per-page shared/exclusive lock that is
288 * To modify one of these fields, the `p_selock' must be exclusively held.
293 * the appropriate list lock and the page's p_selock. A page may be
295 * by acquiring p_selock shared.
313 * an attempt is made to lock it. The attempt to acquire p_selock must
343 * pse_mutex[]'s protect the p_selock and p_cv fields.
345 * p_selock protect
501 selock_t p_selock; /* shared/exclusive lock on the page */ member in struct:page
[all...]

Completed in 58 milliseconds