Searched refs:alloc_large_system_hash (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/kernel/locking/ |
D | qspinlock_paravirt.h | 199 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()
|
/Linux-v5.15/net/mptcp/ |
D | token.c | 393 token_hash = alloc_large_system_hash("MPTCP token", in mptcp_token_init()
|
/Linux-v5.15/include/linux/ |
D | memblock.h | 575 extern void *alloc_large_system_hash(const char *tablename,
|
/Linux-v5.15/fs/ |
D | inode.c | 2088 alloc_large_system_hash("Inode-cache", in inode_init_early() 2114 alloc_large_system_hash("Inode-cache", in inode_init()
|
D | dcache.c | 3205 alloc_large_system_hash("Dentry cache", in dcache_init_early() 3233 alloc_large_system_hash("Dentry cache", in dcache_init()
|
D | namespace.c | 4312 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init() 4317 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
|
/Linux-v5.15/net/ipv4/ |
D | inet_hashtables.c | 891 h->lhash2 = alloc_large_system_hash(name, in inet_hashinfo2_init()
|
D | tcp.c | 4523 alloc_large_system_hash("TCP established", in tcp_init() 4538 alloc_large_system_hash("TCP bind", in tcp_init()
|
D | udp.c | 3205 table->hash = alloc_large_system_hash(name, in udp_table_init()
|
D | route.c | 3674 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
|
/Linux-v5.15/kernel/ |
D | futex.c | 4255 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
|
/Linux-v5.15/Documentation/filesystems/ |
D | proc.rst | 1140 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ... 1142 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
|
/Linux-v5.15/mm/ |
D | page_alloc.c | 8682 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function
|