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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dmconsole_kern.c293 static int unplug_index = UNPLUGGED_PER_PAGE; variable
337 if(unplug_index > 0)
338 addr = unplugged->pages[--unplug_index];
342 unplug_index = UNPLUGGED_PER_PAGE;
356 if(unplug_index == UNPLUGGED_PER_PAGE){
358 unplug_index = 0;
374 unplugged->pages[unplug_index++] = addr;

Completed in 55 milliseconds