Lines Matching defs:PG_BUSY
185 pid_t owner; /* proc that set PG_BUSY */
186 lwpid_t lowner; /* lwp that set PG_BUSY */
213 * PG_BUSY:
216 * to access the page shall set PQ_WANTED and wait. PG_BUSY may only
224 * Indicates that the page, which is currently PG_BUSY, should be freed
226 * owning LWP (i.e. which set PG_BUSY) to do it.
247 #define PG_BUSY 0x00000004 /* page is locked */
288 * Indicates that the page, which is currently PG_BUSY, is wanted by
289 * some other LWP. The page owner (i.e. LWP which set PG_BUSY) is
291 * released the long-term lock (PG_BUSY).