Searched refs:unplug_index (Results 1 – 1 of 1) sorted by relevance
287 static int unplug_index = UNPLUGGED_PER_PAGE; variable331 if (unplug_index > 0) in mem_config()332 addr = unplugged->pages[--unplug_index]; in mem_config()336 unplug_index = UNPLUGGED_PER_PAGE; in mem_config()350 if (unplug_index == UNPLUGGED_PER_PAGE) { in mem_config()352 unplug_index = 0; in mem_config()368 unplugged->pages[unplug_index++] = addr; in mem_config()
Completed in 11 milliseconds