Searched refs:NODE_MIN_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ | ||
D | numa.h | 18 #define NODE_MIN_SIZE (4*1024*1024) macro |
/linux-4.4.14/arch/x86/mm/ | ||
D | numa.c | 572 if (end && (end - start) < NODE_MIN_SIZE) in numa_register_memblks() |