Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/locking/
Dqspinlock_paravirt.h199 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()
/kernel/linux/linux-5.10/net/mptcp/
Dtoken.c394 token_hash = alloc_large_system_hash("MPTCP token", in mptcp_token_init()
/kernel/linux/linux-5.10/include/linux/
Dmemblock.h574 extern void *alloc_large_system_hash(const char *tablename,
/kernel/linux/linux-5.10/fs/
Dinode.c2079 alloc_large_system_hash("Inode-cache", in inode_init_early()
2105 alloc_large_system_hash("Inode-cache", in inode_init()
Ddcache.c3170 alloc_large_system_hash("Dentry cache", in dcache_init_early()
3198 alloc_large_system_hash("Dentry cache", in dcache_init()
Dnamespace.c3846 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init()
3851 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c911 h->lhash2 = alloc_large_system_hash(name, in inet_hashinfo2_init()
Dtcp.c4278 alloc_large_system_hash("TCP established", in tcp_init()
4293 alloc_large_system_hash("TCP bind", in tcp_init()
Dudp.c3151 table->hash = alloc_large_system_hash(name, in udp_table_init()
Droute.c3610 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
/kernel/linux/linux-5.10/kernel/futex/
Dcore.c4031 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dproc.rst1121 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ...
1123 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
/kernel/linux/linux-5.10/mm/
Dpage_alloc.c8326 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function