Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Dqspinlock_paravirt.h201 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()
/Linux-v4.19/include/linux/
Dbootmem.h378 extern void *alloc_large_system_hash(const char *tablename,
/Linux-v4.19/fs/
Dinode.c1940 alloc_large_system_hash("Inode-cache", in inode_init_early()
1966 alloc_large_system_hash("Inode-cache", in inode_init()
Ddcache.c3072 alloc_large_system_hash("Dentry cache", in dcache_init_early()
3100 alloc_large_system_hash("Dentry cache", in dcache_init()
Dnamespace.c3205 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init()
3210 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
/Linux-v4.19/net/ipv4/
Dinet_hashtables.c808 h->lhash2 = alloc_large_system_hash(name, in inet_hashinfo2_init()
Dtcp.c3852 alloc_large_system_hash("TCP established", in tcp_init()
3867 alloc_large_system_hash("TCP bind", in tcp_init()
Dudp.c2862 table->hash = alloc_large_system_hash(name, in udp_table_init()
/Linux-v4.19/kernel/
Dfutex.c3623 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
/Linux-v4.19/Documentation/filesystems/
Dproc.txt989 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ...
991 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
/Linux-v4.19/mm/
Dpage_alloc.c7544 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function