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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtopology.h13 * node. It does this if the remote distance is larger than RECLAIM_DISTANCE.
14 * With the default REMOTE_DISTANCE of 20 and the default RECLAIM_DISTANCE of
17 * To fix this we choose a smaller value of RECLAIM_DISTANCE.
19 #define RECLAIM_DISTANCE 10 macro
23 * node. It does this if the remote distance is larger than RECLAIM_DISTANCE.
24 * With the default REMOTE_DISTANCE of 20 and the default RECLAIM_DISTANCE of
27 * To fix this we choose a smaller value of RECLAIM_DISTANCE.
29 #define RECLAIM_DISTANCE 10 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dtopology.h26 #define RECLAIM_DISTANCE 15 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtopology.h57 #ifndef RECLAIM_DISTANCE
59 * If the distance between nodes in a system is larger than RECLAIM_DISTANCE
63 #define RECLAIM_DISTANCE 20 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_alloc.c2886 if (distance > RECLAIM_DISTANCE)

Completed in 107 milliseconds