Home
last modified time | relevance | path

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

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