Lines Matching defs:we_own
263 * allocate a new page [we_own], it gets put on the queues. Either way,
296 bool we_own, locked;
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__);
501 if (we_own) {