Searched refs:hash_create (Results 1 – 9 of 9) sorted by relevance
26 struct hash_table *hash_create(unsigned size_hint);
81 userhash = hash_create(211); in init_username()
76 hash_table *hash_create(int num);
221 * hash_table *hash_create(int num)227 hash_create(int num)
187 hash_create(int num) in hash_create() function
437 ptable = hash_create(HASH_SIZE); in machine_init()438 tasktable = hash_create(HASH_SIZE); in machine_init()
1308 prochash = hash_create(nproc > 100 ? nproc * 2 + 1 : 521); in machine_init()1309 threadhash = hash_create(nproc > 100 ? nproc * 4 + 1 : 2053); in machine_init()
918 procs = hash_create(2039); in machine_init()