Searched refs:hijacked (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.h73 * hijacked page pointer (32-bit)
113 /* when hijacked, the counters and bits represent even larger "chunks" */
178 unsigned int hijacked:1; member in struct:bitmap_page
H A Dbitmap.c100 * 2) if the alloc fails, set the page's hijacked flag so we'll use the
121 if (bitmap->bp[page].hijacked) /* it's hijacked, don't try to alloc */
139 /* failed - set the hijacked flag so that we can use the
142 bitmap->bp[page].hijacked = 1;
144 bitmap->bp[page].hijacked) {
159 /* if page was hijacked, unmark the flag so it might get alloced next time */
170 if (bitmap->bp[page].hijacked) { /* page was hijacked, undo this now */
171 bitmap->bp[page].hijacked
[all...]

Completed in 59 milliseconds