Searched refs:alloc_large_system_hash (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/kernel/locking/ |
H A D | qspinlock_paravirt.h | 199 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()
|
/openbmc/linux/net/mptcp/ |
H A D | token.c | 400 token_hash = alloc_large_system_hash("MPTCP token", in mptcp_token_init()
|
/openbmc/linux/lib/ |
H A D | stackdepot.c | 151 stack_table = alloc_large_system_hash("stackdepot", in stack_depot_early_init()
|
/openbmc/linux/include/linux/ |
H A D | memblock.h | 575 extern void *alloc_large_system_hash(const char *tablename,
|
/openbmc/linux/net/ipv4/ |
H A D | inet_hashtables.c | 1195 h->lhash2 = alloc_large_system_hash(name, in inet_hashinfo2_init() 1207 table_perturb = alloc_large_system_hash("Table-perturb", in inet_hashinfo2_init()
|
H A D | tcp.c | 4697 alloc_large_system_hash("TCP established", in tcp_init() 4712 alloc_large_system_hash("TCP bind", in tcp_init()
|
H A D | udp.c | 3416 table->hash = alloc_large_system_hash(name, in udp_table_init()
|
H A D | route.c | 3710 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
|
/openbmc/linux/kernel/futex/ |
H A D | core.c | 1144 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
|
/openbmc/linux/fs/ |
H A D | inode.c | 2340 alloc_large_system_hash("Inode-cache", in inode_init_early() 2366 alloc_large_system_hash("Inode-cache", in inode_init()
|
H A D | dcache.c | 3290 alloc_large_system_hash("Dentry cache", in dcache_init_early() 3318 alloc_large_system_hash("Dentry cache", in dcache_init()
|
H A D | namespace.c | 4738 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init() 4743 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
|
/openbmc/linux/mm/ |
H A D | mm_init.c | 2457 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function
|
/openbmc/linux/Documentation/filesystems/ |
H A D | proc.rst | 1212 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ... 1214 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
|