Searched refs:max_nl_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.c1304 unsigned long max_nl_size = 0; local
1334 if (cursor > max_nl_size)
1335 max_nl_size = cursor;
1338 if (max_nl_size == 0) { /* all nonlinears locked or reserved ? */
1355 max_nl_size = (max_nl_size + CLUSTER_SIZE - 1) & CLUSTER_MASK;
1377 } while (max_nl_cursor <= max_nl_size);

Completed in 64 milliseconds