Searched refs:alloc_large_system_hash (Results 1 - 13 of 13) sorted by relevance

/linux-master/kernel/locking/
H A Dqspinlock_paravirt.h199 pv_lock_hash = alloc_large_system_hash("PV qspinlock",
/linux-master/net/mptcp/
H A Dtoken.c400 token_hash = alloc_large_system_hash("MPTCP token",
/linux-master/include/linux/
H A Dmemblock.h585 extern void *alloc_large_system_hash(const char *tablename,
/linux-master/lib/
H A Dstackdepot.c157 * on the automatic calculations performed by alloc_large_system_hash().
161 pr_info("allocating hash table via alloc_large_system_hash\n");
162 stack_table = alloc_large_system_hash("stackdepot",
179 * alloc_large_system_hash().
/linux-master/kernel/futex/
H A Dcore.c1159 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues),
/linux-master/net/ipv4/
H A Dinet_hashtables.c1193 h->lhash2 = alloc_large_system_hash(name,
1205 table_perturb = alloc_large_system_hash("Table-perturb",
H A Dtcp.c4732 alloc_large_system_hash("TCP established",
4747 alloc_large_system_hash("TCP bind",
H A Droute.c3668 idents_hash = alloc_large_system_hash("IP idents",
H A Dudp.c3415 table->hash = alloc_large_system_hash(name,
/linux-master/fs/
H A Dinode.c2273 alloc_large_system_hash("Inode-cache",
2299 alloc_large_system_hash("Inode-cache",
H A Ddcache.c3122 alloc_large_system_hash("Dentry cache",
3150 alloc_large_system_hash("Dentry cache",
H A Dnamespace.c5169 mount_hashtable = alloc_large_system_hash("Mount-cache",
5174 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache",
/linux-master/mm/
H A Dmm_init.c2418 * is not known to alloc_large_system_hash().
2447 void *__init alloc_large_system_hash(const char *tablename, function

Completed in 580 milliseconds