Searched refs:CLUSTER_MASK (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.c1121 #define CLUSTER_MASK (~(CLUSTER_SIZE - 1)) macro
1139 address = (vma->vm_start + cursor) & CLUSTER_MASK;
1355 max_nl_size = (max_nl_size + CLUSTER_SIZE - 1) & CLUSTER_MASK;

Completed in 65 milliseconds