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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dreadahead.c335 unsigned long this_chunk = (2 * 1024 * 1024) / PAGE_CACHE_SIZE; local
337 if (this_chunk > nr_to_read)
338 this_chunk = nr_to_read;
340 offset, this_chunk);
346 offset += this_chunk;
347 nr_to_read -= this_chunk;

Completed in 50 milliseconds