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

  /src/sys/uvm/
uvm_fault.c 263 * allocate a new page [we_own], it gets put on the queues. Either way,
296 bool we_own, locked; local in function:uvmfault_anonget
298 * Note: 'we_own' will become true if we set PG_BUSY on a page.
300 we_own = false;
376 we_own = true;
392 * 'we_own' case.
405 if (locked || we_own) {
416 * 3) I/O OK! Activate the page and sync with the non-we_own
420 if (we_own) {
492 panic("%s: we_own", __func__)
    [all...]

Completed in 12 milliseconds