HomeSort by: relevance | last modified time | path
    Searched defs:PG_BUSY (Results 1 - 2 of 2) sorted by relevancy

  /src/regress/sys/uvm/pdsim/
pdsim.h 85 #define PG_BUSY 1
  /src/sys/uvm/
uvm_page.h 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)
    [all...]

Completed in 13 milliseconds