Home
last modified time | relevance | path

Searched refs:hashdist (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/net/xfrm/
A Dxfrm_hash.c22 else if (hashdist) in xfrm_hash_alloc()
36 else if (hashdist) in xfrm_hash_free()
/linux-6.3-rc2/include/linux/
A Dmemblock.h594 extern int hashdist; /* Distribute hashes across NUMA nodes? */
596 #define hashdist (0) macro
/linux-6.3-rc2/fs/
A Dinode.c2220 if (hashdist) in inode_init_early()
2246 if (!hashdist) in inode_init()
A Ddcache.c3285 if (hashdist) in dcache_init_early()
3313 if (!hashdist) in dcache_init()
/linux-6.3-rc2/mm/
A Dpage_alloc.c8653 int hashdist = HASHDIST_DEFAULT; variable
8659 hashdist = simple_strtoul(str, &str, 0); in set_hashdist()
8671 hashdist = 0; in page_alloc_init()
9168 } else if (get_order(size) >= MAX_ORDER || hashdist) { in alloc_large_system_hash()
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.txt1652 hashdist= [KNL,NUMA] Large hashes allocated during boot

Completed in 461 milliseconds