Home
last modified time | relevance | path

Searched refs:curr_hash (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/vsock/
H A Dvsock_test.c388 unsigned long curr_hash; in test_seqpacket_msg_bounds_client()
413 curr_hash = 0; in test_seqpacket_msg_bounds_client()
441 curr_hash++; in test_seqpacket_msg_bounds_server()
457 curr_hash += hash_djb2(buf, buf_size); in test_seqpacket_msg_bounds_server()
462 control_writeulong(curr_hash); in test_seqpacket_msg_bounds_server()
470 unsigned long curr_hash; in test_seqpacket_msg_bounds_server()
505 curr_hash = 0; in test_seqpacket_msg_trunc_client()
521 curr_hash++;
523 curr_hash += hash_djb2(msg.msg_iov[0].iov_base, recv_size); in test_seqpacket_msg_trunc_server()
530 if (curr_hash ! in test_seqpacket_msg_trunc_server()
356 unsigned long curr_hash; test_seqpacket_msg_bounds_client() local
438 unsigned long curr_hash; test_seqpacket_msg_bounds_server() local
[all...]
/linux/fs/ext4/
H A Dext4.h2621 __u32 curr_hash; member