Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dbootmem.h150 extern void *alloc_large_system_hash(const char *tablename,
/linux-3.4.99/kernel/
Dpid.c548 pid_hash = alloc_large_system_hash("PID", sizeof(*pid_hash), 0, 18, in pidhash_init()
/linux-3.4.99/fs/
Dinode.c1643 alloc_large_system_hash("Inode-cache", in inode_init_early()
1673 alloc_large_system_hash("Inode-cache", in inode_init()
Ddcache.c3035 alloc_large_system_hash("Dentry cache", in dcache_init_early()
3065 alloc_large_system_hash("Dentry cache", in dcache_init()
/linux-3.4.99/net/ipv4/
Dtcp.c3276 alloc_large_system_hash("TCP established", in tcp_init()
3292 alloc_large_system_hash("TCP bind", in tcp_init()
Dudp.c2179 table->hash = alloc_large_system_hash(name, in udp_table_init()
Droute.c3463 alloc_large_system_hash("IP route cache", in ip_rt_init()
/linux-3.4.99/Documentation/filesystems/
Dproc.txt839 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ...
841 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
/linux-3.4.99/mm/
Dpage_alloc.c5245 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function