Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/
H A Dhash.h26 struct hash_table *hash_create(unsigned size_hint);
/netbsd-src/external/bsd/top/dist/
H A Dusername.c81 userhash = hash_create(211); in init_username()
H A Dhash.h76 hash_table *hash_create(int num);
H A Dhash.m4h76 hash_table *hash_create(int num);
H A Dhash.m4c221 * hash_table *hash_create(int num)
227 hash_create(int num)
H A Dhash.c187 hash_create(int num) in hash_create() function
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_linux.c437 ptable = hash_create(HASH_SIZE); in machine_init()
438 tasktable = hash_create(HASH_SIZE); in machine_init()
H A Dm_sunos5.c1308 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()
H A Dm_freebsd.c918 procs = hash_create(2039); in machine_init()