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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Drmap.c1120 #define CLUSTER_SIZE min(32*PAGE_SIZE, PMD_SIZE) macro
1121 #define CLUSTER_MASK (~(CLUSTER_SIZE - 1))
1140 end = address + CLUSTER_SIZE;
1355 max_nl_size = (max_nl_size + CLUSTER_SIZE - 1) & CLUSTER_MASK;
1357 max_nl_cursor = CLUSTER_SIZE;
1368 cursor += CLUSTER_SIZE;
1376 max_nl_cursor += CLUSTER_SIZE;

Completed in 15 milliseconds