Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dqspinlock_paravirt.h195 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()
/linux/Documentation/mm/
H A Dallocation-profiling.rst59 14M 3520 mm/mm_init.c:2530 func:alloc_large_system_hash
/linux/lib/
H A Dstackdepot.c190 stack_table = alloc_large_system_hash("stackdepot", in stack_depot_early_init()
/linux/net/ipv4/
H A Dinet_hashtables.c1286 h->lhash2 = alloc_large_system_hash(name, in inet_hashinfo2_init()
1303 table_perturb = alloc_large_system_hash("Table-perturb", in inet_hashinfo2_init()
H A Dtcp.c5326 alloc_large_system_hash("TCP established", in tcp_init()
5341 alloc_large_system_hash("TCP bind", in tcp_init()
H A Droute.c3728 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
H A Dudp.c3643 table->hash = alloc_large_system_hash(name, in udp_table_init()
/linux/fs/
H A Dinode.c2587 alloc_large_system_hash("Inode-cache", in inode_init_early()
2613 alloc_large_system_hash("Inode-cache", in inode_init()
H A Dnamespace.c6240 mount_hashtable = alloc_large_system_hash("Mount-cache", in mnt_init()
6245 mountpoint_hashtable = alloc_large_system_hash("Mountpoint-cache", in mnt_init()
/linux/mm/
H A Dmm_init.c2365 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() function