Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmemblock.h585 #define HASH_SMALL 0x00000002 /* sub-page allocation allowed, min macro
/linux-5.19.10/kernel/futex/
Dcore.c1128 futex_hashsize < 256 ? HASH_SMALL : 0, in futex_init()
/linux-5.19.10/mm/
Dpage_alloc.c8915 if (unlikely(flags & HASH_SMALL)) { in alloc_large_system_hash()