Searched refs:alloc_large_system_hash (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | bootmem.h | 343 extern void *alloc_large_system_hash(const char *tablename,
|
/linux-4.1.27/kernel/ |
D | pid.c | 580 pid_hash = alloc_large_system_hash("PID", sizeof(*pid_hash), 0, 18, in pidhash_init()
|
D | futex.c | 3060 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
|
/linux-4.1.27/fs/ |
D | inode.c | 1809 alloc_large_system_hash("Inode-cache", in inode_init_early() 1840 alloc_large_system_hash("Inode-cache", in inode_init()
|
D | dcache.c | 3385 alloc_large_system_hash("Dentry cache", in dcache_init_early() 3416 alloc_large_system_hash("Dentry cache", in dcache_init()
|
D | namespace.c | 3104 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/ |
D | tcp.c | 3063 alloc_large_system_hash("TCP established", in tcp_init() 3078 alloc_large_system_hash("TCP bind", in tcp_init()
|
D | udp.c | 2518 table->hash = alloc_large_system_hash(name, in udp_table_init()
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 945 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ... 947 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
|
/linux-4.1.27/mm/ |
D | page_alloc.c | 6065 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function
|