Lines Matching refs:hijacked
44 * 2) if the alloc fails, set the page's hijacked flag so we'll use the
58 if (bitmap->bp[page].hijacked) /* it's hijacked, don't try to alloc */
77 * bp[page].hijacked. In either case, this function will
91 /* failed - set the hijacked flag so that we can use the
94 bitmap->bp[page].hijacked = 1;
96 bitmap->bp[page].hijacked) {
110 /* if page was hijacked, unmark the flag so it might get alloced next time */
121 if (bitmap->bp[page].hijacked) { /* page was hijacked, undo this now */
122 bitmap->bp[page].hijacked = 0;
1371 if (bitmap->bp[page].hijacked ||
1384 if (bitmap->bp[page].hijacked) { /* hijacked pointer */
1386 * of the hijacked pointer? */
1765 if (bp[k].map && !bp[k].hijacked)
2227 if (!old_counts.bp[k].hijacked)