Home
last modified time | relevance | path

Searched refs:alloc_large_system_hash (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/kernel/locking/
Dqspinlock_paravirt.h199 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()
/Linux-v6.1/net/mptcp/
Dtoken.c394 token_hash = alloc_large_system_hash("MPTCP token", in mptcp_token_init()
/Linux-v6.1/lib/
Dstackdepot.c212 stack_table = alloc_large_system_hash("stackdepot", in stack_depot_early_init()
/Linux-v6.1/include/linux/
Dmemblock.h574 extern void *alloc_large_system_hash(const char *tablename,
/Linux-v6.1/net/ipv4/
Dinet_hashtables.c1159 h->lhash2 = alloc_large_system_hash(name, in inet_hashinfo2_init()
1171 table_perturb = alloc_large_system_hash("Table-perturb", in inet_hashinfo2_init()
Dtcp.c4772 alloc_large_system_hash("TCP established", in tcp_init()
4787 alloc_large_system_hash("TCP bind", in tcp_init()
Dudp.c3228 table->hash = alloc_large_system_hash(name, in udp_table_init()
Droute.c3710 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
/Linux-v6.1/kernel/futex/
Dcore.c1126 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
/Linux-v6.1/fs/
Dinode.c2254 alloc_large_system_hash("Inode-cache", in inode_init_early()
2280 alloc_large_system_hash("Inode-cache", in inode_init()
Ddcache.c3289 alloc_large_system_hash("Dentry cache", in dcache_init_early()
3317 alloc_large_system_hash("Dentry cache", in dcache_init()
Dnamespace.c4413 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init()
4418 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
/Linux-v6.1/Documentation/filesystems/
Dproc.rst1193 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ...
1195 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
/Linux-v6.1/mm/
Dpage_alloc.c9053 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function