Home
last modified time | relevance | path

Searched refs:HASH_SMALL (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dbootmem.h354 #define HASH_SMALL 0x00000002 /* sub-page allocation allowed, min macro
/linux-4.1.27/kernel/
Dpid.c581 HASH_EARLY | HASH_SMALL, in pidhash_init()
Dfutex.c3062 futex_hashsize < 256 ? HASH_SMALL : 0, in futex_init()
/linux-4.1.27/mm/
Dpage_alloc.c6095 if (unlikely(flags & HASH_SMALL)) { in alloc_large_system_hash()