Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbootmem.h343 extern void *alloc_large_system_hash(const char *tablename,
/linux-4.1.27/kernel/
Dpid.c580 pid_hash = alloc_large_system_hash("PID", sizeof(*pid_hash), 0, 18, in pidhash_init()
Dfutex.c3060 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
/linux-4.1.27/fs/
Dinode.c1809 alloc_large_system_hash("Inode-cache", in inode_init_early()
1840 alloc_large_system_hash("Inode-cache", in inode_init()
Ddcache.c3385 alloc_large_system_hash("Dentry cache", in dcache_init_early()
3416 alloc_large_system_hash("Dentry cache", in dcache_init()
Dnamespace.c3104 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init()
3109 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
/linux-4.1.27/net/ipv4/
Dtcp.c3063 alloc_large_system_hash("TCP established", in tcp_init()
3078 alloc_large_system_hash("TCP bind", in tcp_init()
Dudp.c2518 table->hash = alloc_large_system_hash(name, in udp_table_init()
/linux-4.1.27/Documentation/filesystems/
Dproc.txt945 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ...
947 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
/linux-4.1.27/mm/
Dpage_alloc.c6065 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function