Searched refs:hash_init (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/tools/fs_shell/
H A Dvfs.cpp2923 sVnodeTable = hash_init(VNODE_HASH_TABLE_SIZE, fssh_offsetof(struct vnode, next),
2930 sMountsTable = hash_init(MOUNTS_HASH_TABLE_SIZE, fssh_offsetof(struct fs_mount, next),
H A Dblock_cache.cpp503 hash = hash_init(128, offsetof(cached_block, next), &cached_block::Compare,
508 transaction_hash = hash_init(16, offsetof(cache_transaction, next),
H A Dhash.cpp59 hash_init(uint32_t table_size, int next_ptr_offset, function in namespace:FSShell
67 fssh_dprintf("hash_init() called with NULL function pointer\n");
91 TRACE(("hash_init: created table %p, next_ptr_offset %d, compare_func %p, hash_func %p\n",
H A Dhash.h21 struct hash_table *hash_init(uint32_t table_size, int next_ptr_offset,
H A Dmodule.cpp322 sModulesHash = hash_init(MODULE_HASH_SIZE, 0, module_compare, module_hash);

Completed in 75 milliseconds