Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dqspinlock_paravirt.h199 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dtoken.c394 token_hash = alloc_large_system_hash("MPTCP token", in mptcp_token_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemblock.h579 extern void *alloc_large_system_hash(const char *tablename,
/OK3568_Linux_fs/kernel/fs/
H A Dinode.c2077 alloc_large_system_hash("Inode-cache", in inode_init_early()
2103 alloc_large_system_hash("Inode-cache", in inode_init()
H A Ddcache.c3170 alloc_large_system_hash("Dentry cache", in dcache_init_early()
3198 alloc_large_system_hash("Dentry cache", in dcache_init()
H A Dnamespace.c3845 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init()
3850 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_hashtables.c903 h->lhash2 = alloc_large_system_hash(name, in inet_hashinfo2_init()
H A Dtcp.c4252 alloc_large_system_hash("TCP established", in tcp_init()
4267 alloc_large_system_hash("TCP bind", in tcp_init()
H A Dudp.c3154 table->hash = alloc_large_system_hash(name, in udp_table_init()
H A Droute.c3597 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
/OK3568_Linux_fs/kernel/kernel/
H A Dfutex.c4036 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst1126 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ...
1128 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c8428 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function