/kernel/linux/linux-5.10/kernel/locking/ |
H A D | qspinlock_paravirt.h | 199 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | qspinlock_paravirt.h | 199 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | token.c | 394 token_hash = alloc_large_system_hash("MPTCP token", in mptcp_token_init()
|
/kernel/linux/linux-6.6/lib/ |
H A D | stackdepot.c | 146 * on the automatic calculations performed by alloc_large_system_hash. in stack_depot_early_init() 150 pr_info("allocating hash table via alloc_large_system_hash\n"); in stack_depot_early_init() 151 stack_table = alloc_large_system_hash("stackdepot", in stack_depot_early_init()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | token.c | 400 token_hash = alloc_large_system_hash("MPTCP token", in mptcp_token_init()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | memblock.h | 574 extern void *alloc_large_system_hash(const char *tablename,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memblock.h | 575 extern void *alloc_large_system_hash(const char *tablename,
|
/kernel/linux/linux-6.6/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 | 4679 alloc_large_system_hash("TCP established", in tcp_init() 4694 alloc_large_system_hash("TCP bind", in tcp_init()
|
H A D | route.c | 3715 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
|
H A D | udp.c | 3394 table->hash = alloc_large_system_hash(name, in udp_table_init()
|
/kernel/linux/linux-6.6/kernel/futex/ |
H A D | core.c | 1144 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_hashtables.c | 901 h->lhash2 = alloc_large_system_hash(name, in inet_hashinfo2_init()
|
H A D | tcp.c | 4384 alloc_large_system_hash("TCP established", in tcp_init() 4399 alloc_large_system_hash("TCP bind", in tcp_init()
|
H A D | route.c | 3610 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
|
H A D | udp.c | 3175 table->hash = alloc_large_system_hash(name, in udp_table_init()
|
/kernel/linux/linux-5.10/fs/ |
H A D | inode.c | 2127 alloc_large_system_hash("Inode-cache", in inode_init_early() 2153 alloc_large_system_hash("Inode-cache", in inode_init()
|
H A D | dcache.c | 3171 alloc_large_system_hash("Dentry cache", in dcache_init_early() 3199 alloc_large_system_hash("Dentry cache", in dcache_init()
|
H A D | namespace.c | 3857 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init() 3862 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
|
/kernel/linux/linux-6.6/fs/ |
H A D | inode.c | 2301 alloc_large_system_hash("Inode-cache", in inode_init_early() 2327 alloc_large_system_hash("Inode-cache", in inode_init()
|
H A D | dcache.c | 3287 alloc_large_system_hash("Dentry cache", in dcache_init_early() 3315 alloc_large_system_hash("Dentry cache", in dcache_init()
|
H A D | namespace.c | 4730 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init() 4735 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
|
/kernel/linux/linux-5.10/kernel/futex/ |
H A D | core.c | 4041 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mm_init.c | 2434 * is not known to alloc_large_system_hash(). 2463 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | page_alloc.c | 8316 * is not known to alloc_large_system_hash(). 8345 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function
|