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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c344 * - a portion (MAX_LOCAL_TGH) of the handles are reserved for
353 #define MAX_LOCAL_TGH 16 macro
367 * 0 if cpus <= MAX_LOCAL_TGH,
368 * 1 if cpus <= 2*MAX_LOCAL_TGH,
371 shift = max(0, fls(n - 1) - fls(MAX_LOCAL_TGH - 1));

Completed in 94 milliseconds