Searched refs:cityhash4 (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | cityhash.h | 35 uint64_t cityhash4(uint64_t, uint64_t, uint64_t, uint64_t);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | cityhash.c | 53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash4() function
|
H A D | zio.c | 3156 zio->io_allocator = cityhash4(bm->zb_objset, bm->zb_object, in zio_dva_throttle() 3354 cityhash4(0, 0, 0, in zio_alloc_zil() 3361 &io_alloc_list, NULL, cityhash4(0, 0, 0, in zio_alloc_zil()
|
H A D | dbuf.c | 213 return (cityhash4((uintptr_t)os, obj, (uint64_t)lvl, blkid)); in dbuf_hash()
|
H A D | arc.c | 842 return (cityhash4(spa, dva->dva_word[0], dva->dva_word[1], birth)); in buf_hash()
|