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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmremap.c129 #define LATENCY_LIMIT (64 * PAGE_SIZE) macro
156 if (extent > LATENCY_LIMIT)
157 extent = LATENCY_LIMIT;
H A Dswapfile.c208 #define LATENCY_LIMIT 256 macro
216 int latency_ration = LATENCY_LIMIT;
279 latency_ration = LATENCY_LIMIT;
300 latency_ration = LATENCY_LIMIT;
414 latency_ration = LATENCY_LIMIT;
429 latency_ration = LATENCY_LIMIT;
H A Dshmem.c97 #define LATENCY_LIMIT 64 macro
498 for (; offset < limit; offset += LATENCY_LIMIT) {
500 if (size > LATENCY_LIMIT)
501 size = LATENCY_LIMIT;
528 if (freed >= LATENCY_LIMIT) {

Completed in 140 milliseconds