Searched refs:hijacked (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-bitmap.h | 74 * hijacked page pointer (32-bit) 167 unsigned int hijacked:1; member
|
H A D | md-bitmap.c | 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, und in md_bitmap_checkfree() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-bitmap.h | 74 * hijacked page pointer (32-bit) 167 unsigned int hijacked:1; member
|
H A D | md-bitmap.c | 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, und in md_bitmap_checkfree() [all...] |
Completed in 5 milliseconds