Searched refs:cityhash4 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | cityhash.c | 53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash4() function 66 EXPORT_SYMBOL(cityhash4);
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | cityhash.h | 35 uint64_t cityhash4(uint64_t, uint64_t, uint64_t, uint64_t);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_redup.c | 145 uint64_t ch = cityhash4(guid, object, offset, 0); in rdt_insert() 165 uint64_t ch = cityhash4(guid, object, offset, 0); in rdt_lookup()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zio.c | 3438 zio->io_allocator = cityhash4(bm->zb_objset, bm->zb_object, in zio_dva_throttle() 3620 int allocator = cityhash4(0, 0, 0, os->os_dsl_dataset->ds_object) % in zio_alloc_zil()
|
| H A D | dbuf.c | 309 return (cityhash4((uintptr_t)os, obj, (uint64_t)lvl, blkid)); in dbuf_hash()
|
| H A D | arc.c | 999 return (cityhash4(spa, dva->dva_word[0], dva->dva_word[1], birth)); in buf_hash()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 32 …<elf-symbol name='cityhash4' type='func-type' binding='global-binding' visibility='default-visibil… 3729 …cityhash4' mangled-name='cityhash4' filepath='../../module/zcommon/cityhash.c' line='53' column='1…
|