Searched refs:alloc_large_system_hash (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/kernel/locking/ |
D | qspinlock_paravirt.h | 87 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()
|
/linux-4.4.14/include/linux/ |
D | bootmem.h | 343 extern void *alloc_large_system_hash(const char *tablename,
|
/linux-4.4.14/kernel/ |
D | pid.c | 579 pid_hash = alloc_large_system_hash("PID", sizeof(*pid_hash), 0, 18, in pidhash_init()
|
D | futex.c | 3185 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
|
/linux-4.4.14/fs/ |
D | inode.c | 1863 alloc_large_system_hash("Inode-cache", in inode_init_early() 1894 alloc_large_system_hash("Inode-cache", in inode_init()
|
D | dcache.c | 3387 alloc_large_system_hash("Dentry cache", in dcache_init_early() 3418 alloc_large_system_hash("Dentry cache", in dcache_init()
|
D | namespace.c | 3113 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init() 3118 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
|
/linux-4.4.14/net/ipv4/ |
D | tcp.c | 3136 alloc_large_system_hash("TCP established", in tcp_init() 3151 alloc_large_system_hash("TCP bind", in tcp_init()
|
D | udp.c | 2533 table->hash = alloc_large_system_hash(name, in udp_table_init()
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 960 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ... 962 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
|
/linux-4.4.14/mm/ |
D | page_alloc.c | 6332 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function
|