Home
last modified time | relevance | path

Searched refs:cityhash4 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dcityhash.h35 uint64_t cityhash4(uint64_t, uint64_t, uint64_t, uint64_t);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dcityhash.c53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash4() function
H A Dzio.c3156 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 Ddbuf.c213 return (cityhash4((uintptr_t)os, obj, (uint64_t)lvl, blkid)); in dbuf_hash()
H A Darc.c842 return (cityhash4(spa, dva->dva_word[0], dva->dva_word[1], birth)); in buf_hash()