Searched refs:hash_djb2 (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/vsock/
H A Dutil.h62 unsigned long hash_djb2(const void *data, size_t len);
H A Dutil.c511 unsigned long hash_djb2(const void *data, size_t len) function
556 hash = hash_djb2(tmp, iov_bytes);
H A Dvsock_test_zerocopy.c282 local_hash = hash_djb2(data, data_len);
H A Dvsock_uring_test.c169 local_hash = hash_djb2(data, data_len);
H A Dvsock_test.c419 curr_hash += hash_djb2(buf, buf_size);
489 curr_hash += hash_djb2(msg.msg_iov[0].iov_base, recv_size);

Completed in 115 milliseconds